[FIXED] [2.2] hebrew language fonts - giberish

  1. #1

    [FIXED] [2.2] hebrew language fonts - giberish

    after mess with hebrew language i test the extJs and extNet sites localization and i see that in ext.net problematic fonts.

    extJs link: http://cdn.sencha.com/ext-4.1.1a-gpl...ulti-lang.html - very good !!!
    extNet link: https://examples2.ext.net/#/Miscella...User_Language/ - problematic !!!

    I can help with translate if needed

    see also attachments.
    Attached Thumbnails Click image for larger version. 

Name:	pic2.png 
Views:	114 
Size:	36.9 KB 
ID:	5621   Click image for larger version. 

Name:	pic1.png 
Views:	64 
Size:	41.7 KB 
ID:	5622  
    Last edited by Daniil; Feb 20, 2013 at 3:38 AM. Reason: [FIXED] [2.2]
  2. #2
    Thanks for the report

    At this moment I can suggest:
    - add to web.config
    <globalization requestEncoding="windows-1255"
    responseEncoding="windows-1255" fileEncoding="windows-1255"
    culture="he-IL" uiCulture="he-IL" />
    - add to page head tag
        <meta http-equiv="Content-Language" content="he">
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
    - add to resource manager
    CleanResourceUrl="false"
  3. #3
    I think there is related to an encoding problem with the ext-lang-he.js file we receive from Sencha. Some of the files are not properly UTF-8 encoded.

    We will investigate a fix.

    Thanks for reporting.
    Geoffrey McGill
    Founder
  4. #4
    Quote Originally Posted by geoffrey.mcgill View Post
    I think there is related to an encoding problem with the ext-lang-he.js file we receive from Sencha. Some of the files are not properly UTF-8 encoded.

    We will investigate a fix.

    Thanks for reporting.

    hi, geoffrey

    Thank you.
    the problem fixed.

    i think i should use it in all pages becuase this fonts are in bottom of grids and in loading... etch.

    Thanks
  5. #5
    Quote Originally Posted by alonisoft View Post
    i think i should use it in all pages becuase this fonts are in bottom of grids and in loading... etch.
    Yes, we are working on a solution and will implement in the next release.
    Geoffrey McGill
    Founder
  6. #6

    now i see giberish in msg box

    any help for message box ?
    and for <title>hebrew fonts</title> ?
    Attached Thumbnails Click image for larger version. 

Name:	pic3.png 
Views:	65 
Size:	48.1 KB 
ID:	5624   Click image for larger version. 

Name:	pic4.png 
Views:	59 
Size:	10.2 KB 
ID:	5625  
    Last edited by alonisoft; Feb 14, 2013 at 3:17 PM.
  7. #7
    We were able to fix the locale issue in the SVN trunk. Thank you again for the report!

    It will be also included in the v2.2 release.

    Quote Originally Posted by alonisoft View Post
    any help for message box ?
    Hello,

    I can't reproduce the issue with the latest Ext.NET sources.
    Click image for larger version. 

Name:	1.JPG 
Views:	70 
Size:	26.7 KB 
ID:	5659
  8. #8
    Quote Originally Posted by Daniil View Post
    We were able to fix the locale issue in the SVN trunk. Thank you again for the report!

    It will be also included in the v2.2 release.



    Hello,

    I can't reproduce the issue with the latest Ext.NET sources.
    Click image for larger version. 

Name:	1.JPG 
Views:	70 
Size:	26.7 KB 
ID:	5659
    Thanks for your reply,
    also title in hebrew language will fix in v2.2 ?
  9. #9
    Quote Originally Posted by alonisoft View Post
    Thanks for your reply,
    also title in hebrew language will fix in v2.2 ?
    I think the <title> issue is beyond our control. Probably has something to do with the choice of browser|page encoding as well.
    Geoffrey McGill
    Founder

Similar Threads

  1. Multi-language with Ext.Net
    By csharpdev in forum Examples and Extras
    Replies: 3
    Last Post: Jun 09, 2011, 8:09 AM
  2. Multiple language
    By huynd in forum 1.x Help
    Replies: 1
    Last Post: Jul 26, 2010, 3:48 AM
  3. [CLOSED] Combobox Fonts issue
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 14, 2009, 7:49 AM
  4. Multi Language
    By phamtuananh20052006 in forum 1.x Help
    Replies: 2
    Last Post: Jun 01, 2009, 10:44 PM
  5. language vietnamese for coolite, help me!
    By silverstarsky in forum 1.x Help
    Replies: 0
    Last Post: Oct 10, 2008, 12:49 AM

Posting Permissions