الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

arabic encoding in jdeveloper jsp 9.0.4

Featured Replies

بتاريخ:

السلام عليكم
أريد أيها الإ خوةالأعزاء المساعدة لموضوع ال اللغة العربية في ال
jdeveloper jsp
لما أريد أن أرسل
arabic parameters
من صفحة الى اخرى لأدخالها في
database
ب
request insert
تنقلب ????????
فما هو الحل؟

  • بعد 5 سنة...
بتاريخ:

بسم الله الرحمن الرحيم
والصلاة والسلام على رسول الله وعلى اله وصحبه اجمعين

الحل ان شاء الله سهل جدا

تحتاج ان تستخدم Encoding لأن العربية في بعض الأحيان تواجه مشاكل...

يوجد حلين لهذه المشكلة

1- عمل Encoding في arabic parameter ال javaScript باستحام هذه الداله encodeURI(StringToBeEncoded) thie will solve it

http://www.w3schools.com/jsref/jsref_encodeuri.asp

2- عمل Encoding في arabic parameter ال JSP باستخدام response.encodeURL(StringToBeEncoded) this inshallah will solve it


أخوك معاذ ابو سعد

للتواصل [email protected]

بتاريخ:

ما دام تستخدم اللغه العربيه كامله فى عمل الموقع بال jsp فاجعل charset الخاص بالصفحه هو windows-1256 اما ال request و ال response فاجعل ال CharacterEncoding الخاص بهما هو UTF-8

مثال لصفحه JSP تقوم بادخال البيانات لاوراكل باللغه العربيه

 <%@ page contentType="text/html;charset=windows-1256"%>

<%request.setCharacterEncoding("UTF-8");%>

<% response.setContentType("text/html; charset=UTF-8");

        response.setCharacterEncoding("UTF-8");%>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.