Non-Latin characters no displaying properly in Safari on iPhone

I am having an issue where non-English (Chinese, Japanese etc) characters are displaying as squares on the iPhone's Safari browser. I've seen this issue on Windows when you haven't installed support for Asian languages.
It would appear that the version of OS-X on the iPhones does not have support for non-Latin character sets.
Has anyone else experienced this problem?

I am having an issue where non-English (Chinese,
Japanese etc) characters are displaying as squares on
the iPhone's Safari browser.
Could you provide the urls? It may be the pages have bad coding. Correctly coded pages will display according to tests I've seen:
http://homepage.mac.com/thgewecke/iphonesafarilang.jpg
But unlike OS X the iPhone has no way yet to manually correct for miscoded pages via a View > Text Encoding menu.

Similar Messages

  • Non latin characters in Safari search

    In Safari 6 the search and URL fields are combined. That's fine, except...
    We can no longer search using non-Latin characters, because the field accepts only Latin characters. I was trying to search for a Japanese term, and when I switch to Hiragana input and move to the search field, the input switches back to English.
    What's the workaround??

    The problem has gone away. I suspect it was a problem with corrupted prefs. I trashed the Safari prefs and rebooted to clear another problem and no longer have the problem with search using Japanese characters.
    FWIW, the problem I had when I trashed the prefs was with trying to mail a Safari page. I ran in to this originally a week or two ago and called Apple who told me to delete the Safari prefs and reboot. (Actually they gave an alternate procedure to try first, but I didn't bother.) That appears to be a recurrent problem and since there was no hesitation on the solution when I called I would guess that it will be fixed in an early patch. I had already tried trashing the mail prefs since that's where the problem actually appeared (an extra copy of Mail would open, and then hang) but it was in fact the Safari prefs that was causing the problem. I've had to do the delete-and-reboot routine every few days. Not sure why the reboot is required, but it obviously is since just quitting Safari or even logging out doesn't fix it.

  • Non-English characters not displaying correctly - Serious Issue

    My corporate email is on a Lotus Domino server with Lotus Traveler installed.
    I have set my PlayBook (with OS 2) up to syncronize with the corporate email trough Active Sync (see http://alturl.com/qh3nn), which works perfectly.
    I have however noticed that in some emails special non-english characters are displayed correctly but in some emails special non-english characters are displayed as a black diamond with a question mark inside.
    This is of course a serious issue as most non English speaking countries use some special characters.
    When trying to understand this problem how can I analyse the emails and see what character set is being used?
    And of course better; has someone solved this?

    I am having the same problem. Is there any update available?

  • Non latin characters in .cfm filename

    Hi - I have users who want to name files with non latin characters.  i.e.
    Логотип_БелРусь_2500x1.cfm
    We get a file not found error, it is not an IIS issue and we have UTF-8 encoding and are running CF8.
    Yes we can rename the files but for now would like to know if non latin characters are allowed in .cfm file names.
    Thank you!
    Sapna

    PaulH wrote:
    en_US is the JRE locale. is that the same as the OS? and what file encoding?
    (check via cfadmin).
    i ask, because pretty sure you can't use non-ascii file names w/cf. there's an
    open bug on that:
    http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=77177
    only can guess that file encoding isn't latin-1, etc. and/or OS locale equals
    the same language as the file name.
    cfadmin gives pretty much the same information. Here's a direct copy
    Server Product
    ColdFusion
    Version
    9,0,0,241018  
    Edition
    Developer  
    Serial Number
    Operating System
    Windows 2000  
    OS Version
    5.0  
    Update Level
    /C:/ColdFusion9/lib/updates/hf900-78588.jar  
    Adobe Driver Version
    4.0 (Build 0005)  
    JVM Details
    Java Version
    1.6.0_12  
    Java Vendor
    Sun Microsystems Inc.  
    Java Vendor URL
    http://java.sun.com/
    Java Home
    C:\ColdFusion9\runtime\jre  
    Java File Encoding
    Cp1252  
    Java Default Locale
    en_US  
    File Separator
    Path Separator
    Line Separator
    Chr(13)

  • Cannot create file with Non-latin characters- I/O

    I'm trying to create a file w/ Greek (or any other non-latin) characters ... for use in a RegEx demo.
    I can't seem to create the characters. I'm thinking I'm doing something wrong w/ IO.
    The code follows. Any insight would be appreciated. - Thanks
    import java.util.regex.*;
    import java.io.*;
    public class GreekChars{
         public static void main(String [ ] args ) throws Exception{
              int c;
              createInputFile();
    //          String input = new BufferedReader(new FileReader("GreekChars.txt")).readLine();
    //          System.out.println(input);
              FileReader fr = new FileReader("GreekChars.txt");
              while( (c = fr.read()) != -1)
                   System.out.println( (char)c  );
         public static void createInputFile() throws Exception {
              PrintStream ps = new PrintStream(new FileOutputStream("GreekChars.txt"));
              ps.println("\u03A9\u0398\u03A0\u03A3"); // omega,theta,pi,sigma
              System.out.println("\u03A9\u0398\u03A0\u03A3"); // omega,theta,pi,sigma
              ps.flush();
              ps.close();
              FileWriter fw = new FileWriter("GreekChars.txt");
              fw.write("\u03A9\u0398\u03A0\u03A3",0,4);
              fw.flush();
              fw.close();
    // using a printstream to create file ... and BufferedReader to read
    C:> java GreekChars
    // using a Filewriter to create files  .. and FileReader to read
    C:> java GreekChars
    */

    Construct your file writer using a unicode format. If
    you don't then the file is written using the platform
    "default" format -probably ascii.
    example:
    FileWriter fw = new FileWriter("GreekChars.txt",
    "UTF-8");I don't know what version of FileWriter you are using, but not that I know of take two string parameters. You should try checking the API before trying to help someone, instead of just making things up.
    To the OP:
    The proper way to produce a file in UTF-8 format would be this:
    OutputStreamWriter writer = new OutputStreamWriter(new FileOutputStream("filename"), "UTF-8");Then to read the file, you would use:
    InputStreamReader reader = new InputStreamReader(new FileInputStream("filename"), "UTF-8");

  • We cannot type Polish (non-latin) characters in WebDynpro applications

    We cannot type Polish (non-latin) characters in WebDynpro application (in runtime) because 'Browser Help Shortcuts' are fired.
    To type a polish character in polish keyboard you need to press AltGr + letter (ie. AltGr + a/c/e/s/o/l/z/x/n). To type an uppercase polish character you need to press AltGr + Shift + letter. This comination is in fact the same as pressing Alt + Ctrl + Shift + letter (because AltGr produces Alt + Ctrl) and it fires some of 'Browser Help Shortcuts'. For example AltGr + Shift + O should produce a letter O with a dash on it's top but instead it fires 'Show nesting of HTML containers'.
    We tried to turn off sap-wd-lightspeed, but then other key combinations are reserved for u2018Browser Help Shortcutsu2019.
    We need to be able to use AltGr + Shift + a/c/e/s/o/l/z/x/n in runtime.
    Product: SAP NW 7.11 SP04
    WebDynpro for Java
    I hope there is a somewhere a hidden parameter that solves our problem Maybe we're in some kind of debug mode?
    Thanks for your help!!

    The funny thing is that bold font [when message unread in message list] shows OK, ie in greek, but when i click on unread message, it is assumed to have been read, so it changes over to medium [non bold] and the encoding changes as well into the one that is not greek and thus unreadable.  In ~/.sylpheed/sylpheedrc the fonts are:
    widget_font=
    message_font=-microsoft-sylfaenarm-medium-r-normal-*-*-160-*-*-p-*-iso8859-7
    normal_font=-monotype-arial-medium-r-normal-*-12-*-*-*-*-*-iso8859-7
    bold_font=-monotype-arial-bold-r-normal-*-12-*-*-*-*-*-iso8859-7
    small_font=-monotype-arial-medium-r-normal-*-12-*-*-*-*-*-iso8859-7
    In /etc/gtk, for gtk1.2 apps the file refering to greek encoding [el] seems to be fine [exactly the same as in slackware 9.1].

  • Photo page won't display properly in safari

    Hi everyone!
    I'm completely new to building websites and need some of your expert advice?
    For some reason my photo pages won't display properly in Safari but ok in Firefox?
    It worked fine a week ago and I can't think what I've done wrong since I republished last night?
    http://www.abeledo.talktalk.net/losavellanos/House.html
    Can anyone help?
    I'll buy you a pint!
    Cheers

    No luck unfortunately.
    I changed the background to a solid and made the changes that you suggested roddy, but neither seemed to work. I know I must be doing something wrong? Do the photos appear ok with you roddy? All I see, is half the page i.e nav bar, top image, 'the house & garden etc text and top half of the darker box where the thumbnails should appear. And this happens with all 3 photo pages currently on the site.
    http://www.abeledo.talktalk.net/losavellanos/House.html
    http://www.abeledo.talktalk.net/losavellanos/Teror.html
    http://www.abeledo.talktalk.net/losavellanos/The_Island.html
    I've been clearing my cache in both browsers every time I republish.
    I've also tried upgrading to the new 3.0.3 beta Safari? You'd think - out of all the browsers- iWeb would work seamlessly with Safari wouldn't you? - Firefox is fine.
    Do you think I should start from scratch?

  • Non-Latin Characters lead to finder distress.

    One of the nicest features of Macintosh from the time I first played on an SE30 is the capacity to quickly type non-Latin characters. While to many this might not seem like a big deal, for me being able to write Tetris™ without a second thought is a great convenience.
    So I was very surprised when I began typing µ in the Finder under Snow Leopard and didn't end up on a file that started with µ but rather on m. As if that wasn't irritating enough µ is not treated as m so the file becomes completely unreachable by alphabetic selection. This is something I use almost constantly in Finder so having a file unreachable is even worse than merely having the character interpreted incorrectly.
    Just to be certain that this wasn't merely a flaw with that one character I examined other common characters.
    ƒ, é, π, ∑ all suffer from the same problem, misinterpreted when typed and interpreted correctly during the comparison.
    So the question is, “Is this an error in how I set up my machine, an error in the string comparison system, or an error in the Finder program?”

    Yes, I just double checked, and I was in error, accented Latins do work as expected. I am certain that the inclusion of such in the prior list was a user error.
    However the fact that the Greek key layout works begins to suggest the root of the problem.
    Interestingly enough this also applies to the Greek layouts internal option modified keys.
    I am strongly suspecting a bug here.

  • Replacing non latin characters

    Hi experts,
    i have to check some fields of non latin characters.
    When the fields include some of non latin charcters I have to replace them
    with an "Y".
    Have somesone a code example for this case?
    Thanks for help!
    Alex

    This should give you an Idea 
    WHILE p_faxno CA sy-abcde.  " to check if varaible contains any abcde...Z
        p_faxno+sy-fdpos(1) = 'Y'.
      ENDWHILE.
      CONDENSE p_faxno NO-GAPS

  • Non- Latin characters not available following iCloud problem

    Following help from HKQ recovering my Reminders (it turned out there was a problem with iCloud), my non-Latin characters (and the little globe icon for them have just vanished !) This must have happened during the reset or switching on iCloud. I need this really urgently to send emails to people. Please help,
    thank you !

    it's ok I found and added foreign keyboard.  But the numbers give $ instead of £ even though it says it's  on UK English,

  • Non-Latin Characters

    I am getting an error that my file name has non-latin characters, the file is named 01h_backM.jpg I am using save for web.

    Are you saving to a folder with symbols in the name? Try saving to a different folder.
    Benjamin

  • Characters not displaying properly

    I can't find how to properly enter and display certain chars from my db to my jsp page.
    For instace, the word "Li'l" is displaying as "Li�??�?��??l".
    things like TM,R arent working either.
    the "'"(apostrophe) is entering into the DB without a problem- but it wont display. The (TM) is not storing or display properly.
    Is there anyway to copy text directly from wordpad into a textbox and have it store in mysql and display in jsp correctly?
    Also, this might be a question for the mysql section:
    If i'm doing a query like thisSELECT ID, brandName, productInformation, productName, productImage FROM blahblah.uk WHERE brandName = '" + brand + "'"; and " brand + has an apostrophe- the query screws up. Is there a way around it at all?
    here is my entire DB connection code.
    <%
    Class.forName("org.gjt.mm.mysql.Driver");
    conn = "jdbc:mysql://" + host + "/" + db + "?user=" + user  + "&password=" + pass;
    Connection Conn = DriverManager.getConnection(conn);
    Statement SQLStatement = Conn.createStatement();
    String Query = "SELECT ID, brandName, productInformation, productName, productImage FROM blahblah.uk WHERE brandName = '" + brand + "'";
    ResultSet SQLResult = SQLStatement.executeQuery(Query);
    %>
    <%
              while(SQLResult.next())
                     x_ID = SQLResult.getString("ID");
                    x_brandName = SQLResult.getString("brandName");
                    x_productName = SQLResult.getString("productName");
                    x_productInformation = SQLResult.getString("productInformation");
                    x_productImage = SQLResult.getString("productImage");
                    thanks

    May I assume since you're using ASP that you're on Windows? The only way I'm aware to be able to display Arabic characters on Windows would be to set your Windows language to Arabic. This will be somewhere in the Control Panel, but without knowing what version of Windows you're on, it's hard to be more specific.
    In general, SQL*Plus is not a wonderful tool for viewing non-English data.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Website not displaying properly in Safari

    Hi
    I have a MacBook Air.  One of my favourite websites (my sons' school) has suddenly stopped displaying properly - no images, just text on a black screen.  The text is the menu that should down the left hand column of the website, but none of the content which usually displays alongside it is visible (picture inserted below)
    I thought it must be the site's problem but it displays perfectly on my other devices.  I suspect if may be something to do with caches (if Macs have them?) I have tried clearing my browsing history but to no avail.  As there are new pics up of my kids I would love to work out how to get it to display again - any help would be much appreciated! Thanks so much

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Non-latin characters in photo books

    Has anybody used symbols or non-latin alphabets when designing photo books? They come out on screen and on proofs just fine (well... it's an Apple, isn't it?) and I assume iPhoto just goes ahead and puts Unicode characters into .pdf verbatim before uploading, however, online printing services may have a problem when processing text.
    I am particularly interested in using Greek/Cyrillic alphabets when printing in the UK.

    The problem has gone away. I suspect it was a problem with corrupted prefs. I trashed the Safari prefs and rebooted to clear another problem and no longer have the problem with search using Japanese characters.
    FWIW, the problem I had when I trashed the prefs was with trying to mail a Safari page. I ran in to this originally a week or two ago and called Apple who told me to delete the Safari prefs and reboot. (Actually they gave an alternate procedure to try first, but I didn't bother.) That appears to be a recurrent problem and since there was no hesitation on the solution when I called I would guess that it will be fixed in an early patch. I had already tried trashing the mail prefs since that's where the problem actually appeared (an extra copy of Mail would open, and then hang) but it was in fact the Safari prefs that was causing the problem. I've had to do the delete-and-reboot routine every few days. Not sure why the reboot is required, but it obviously is since just quitting Safari or even logging out doesn't fix it.

  • Ads are not displaying properly in Safari, v 4.0.5

    I am having an odd problem with display ads from our local newspaper not displaying properly on my Mac Pro in Safari. I suspect that the issue might be related to having had some AdBlock app on my system a few months ago. I removed the app and some ads display, but others are just a white block with nothing inside. Is there any way to figure out why the content doesn't load?
    The website is http://www.echopress.com
    The ads I'm having issues with are the 300x250 ads in the right 3rd column, located directly below the weather info and above the "marketplace" ads.
    Any ideas or troubleshooting tips?
    Thanks,
    Grady
    Oh, why do I wanna see em in the first place? I'm an advertiser on the site and would like to see my own ads load occasionally.

    Hey ho, Grady!
    I can see all the ads on the right,
    with the exception of the very top (first) box
    which has the header of "Weather Alerts).
    It's blank, and I'm assuming you have no alerts at the present.
    All the rest of the paid for ads show.
    So, what I would do is clear my Safari cache, history, and
    in Preferences>Security, clear all the cookies from that site.
    Hope this helps.
    If you need more info just holler.
    Let us know how you're doing, OK?

Maybe you are looking for

  • Can't pass event from WebDynPro to JspDynPage - why?

    I Created JSP project and embedded in main page script (in its title), which subscribes to event by EPCM API, EPCM.subscribeEvent("urn:ru.intertech.common.wd.component", "save",   go); and created WebDynPro page that fires event using, when pressing

  • Load Balancing with Xserve?

    Hi, I have a unique situation with my network which I'm having a heck of a time getting info about. Setup: I currently have two sites. Site A has cable for internet service, and is providing site B with internet via a WDS wireless bridge. So basicall

  • IMovie stops importing after 7 seconds or so

    I am trying to import some video that is being passed thru my digital camcorder from a dvd. I have done this before several months ago but today it stops importing after about 7 seconds. I don't have FileVault turned on so that isn't the problem. Eve

  • Measure calculation based on hierarchy

    Hi I have flatten an account table to form a hierarchy of 5 levels, each level in this hierarchy will have a flag about account type, So what I need now is a calculation which has to dynamically change according to this account flag object. For insta

  • GIF and JPG become damaged

    I have a weird problem with some GIF and JPG images which I use in a RoboHelp project. They appear to get damaged, but I nor anyone else changes them. The bottom part becomes scrambled or entirely black. The strange thing is that when I put the proje