Oracle 9i Support for multi language is not working.. Giving question mark

HI,
We have an application which uses oracle 9i as the database. Riight now we are supporting only english and there is a requirement to support multiple languages like korean, chineese and japaneese.
But we are planning to migrate one part of the application to support multi languages. Means it may affect around 10 tables but with huge data. Totally we have around 100 tables.
How to enable the database for supporting multiple langugages.?
Is there any way to enable only the few tables supporting multiple languages. Because if we change the database level parameters for supporting languages, we may need to migrate entire tables. this will be a huge task.
Even if want to set the parameters for supporting multiple languages.. how to set it. Is it possible set it in the existing database or do we need to re-create the table with these prameters.
I have read in some documentation, that we can create table columns with nVarchar2 for supporting multi languages. I have created it. but if i copy some other language characters into those columns, it is giving question mark.
Is it possible to do search using text in native langugage like chineese..
Could somebody guide me on the above clarificationa and what would be the best approach..
Thanks in advance
Jino
Regards,
Jino George
Ext: 6520

You should not use any more Oracle 9.0.1 but at least Oracle 9.2.0.8 to get some extended support if you really cannot upgrade to 10g.
I don't have any Oracle 9.x database available but I've run successfully following test with Oracle 10.2.0.1 in character mode under Linux:
oracle@pbell:~$ export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
oracle@pbell:~$ sqlplus / @nls
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Aug 29 17:29:56 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> drop table t;
Table dropped.
SQL> select * from v$nls_parameters where parameter like '%SET%';
PARAMETER
VALUE
NLS_CHARACTERSET
WE8ISO8859P1
NLS_NCHAR_CHARACTERSET
AL16UTF16
SQL> create table t ( data nvarchar2(100));
Table created.
SQL> insert into t values(unistr('\76EE\7684\5730'));
1 row created.
SQL> select * from t;
DATA
目的地Try to make sure you have the right NLS_LANG setting on the client side (under Windows this is a registry setting).

Similar Messages

  • Browser support for RoboHelp 9 WebHelp / not working on IE7

    Does Adobe have an official list of what browsers are compatible with RH9's WebHelp?
    My output works fine on IE9, but in IE7 the TOC is blank and the search doesn't work.

    I'm not sure what it is in my reply that you are referring to when you say "News to me" or are you just passing on some information you have just found?
    As with IE7, Chrome should also work with RoboHelp 9 generated output provided it is on a web server. Whilst you may not have to support Chrome, it does seem odd that browser is also not working.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Keyboard Not Working and Question Mark Folder on Startup

    I've got a question for a Mac Genius: What is the cause of my keyboard not working and a grayscreen coming up on startup? I'll give you a little background. I have a 1.83Ghz Macbook that is two years old now...almost exactly. I came back from work yesterday and it was in a semi-frozen state. Two apps were frozen but the finder was still alive. Within 10 seconds of trying to navigate through the Finder, it froze too. I went ahead and tried to restart it, but nothing happened. I held down the power button and it shut off. When I tried to start it back up a gray screen comes up. It makes the chiming sound but goes no where. After about half a minute the folder with the question mark will appear. The first few times I tried it, it seemed like the optical drive was trying really hard to work, but it doesn't try so hard anymore. None of the keys work and the Caps Lock and Num Lock don't light, so I can't use any of the keyboard commands to work my way around (resetting PRAM/using startup disks). The CD is stuck in it because I can't force eject it. I believe the trackpad is also not working, but I couldn't be sure.
    Previously I had noticed that when I came back from work I would find Mozilla Firefox using tons of the CPU when it wasn't really doing anything. This heated up the computer and made the fans spin at crazy speeds(6000RPM). I will try the Hard drive in another computer tonight probably because I'm pretty sure that's not the problem, but I would like to be sure.
    Any ideas would be helpful! I'm just about to tear it open and see if anything has been physically fried.

    I went ahead and tried to eject the CD with an external mouse but it didn't work. What I ended up doing is swapping my hard drive into my friend's computer and discovered that that was the only problem. It appears that my HDD was totally fried because after I booted off of the start-up cd, the HDD was nowhere to be found within disk utility. My computer starts up fine and the keyboard works fine when I have someone else's HDD in mine. I'm really surprised that the Macbook needs a good HDD to operate it's trackpad and keyboard. Thank you for your help! Although now I have a new question; is there any way to salvage the data trapped on my old HDD? Cheers!

  • Oracle WebCenter Adapter for MS SharePoint is not working

    Can anyone please help me? I have downloaded the SharePoint adapter off of the oracle web site and followed the configuration from http://download-uk.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_content.htm#BABBCIEH. I have also downloaded the patch, 6447083.
    The adapter authenticates with SharePoint but it does not return any data. There must be something that I have not setup correctly. I am using Microsoft SharePoint Services 2003 with Microsoft SQL Server 2005.
    Also, here is the output from the console:
    Jan 15, 2008 10:22:48 AM oracle.vcr.datacontrol.VcrDataControl invokeOperation
    INFO: Invoking data control operation advancedSearch on instance SharePoint
    Jan 15, 2008 10:22:48 AM oracle.vcr.datacontrol.operation.SearchOperation runQuery
    INFO: Executing XPath query /jcr:root/element(*, nt:hierarchyNode)
    Jan 15, 2008 10:22:48 AM com.day.crx.sharepoint.query.QueryResultImpl <init>
    INFO: Got results 0

    When I use getItems I get a PathNotFoundException even though I am using root path:
    Jan 30, 2008 11:36:45 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
    INFO: ntlm authentication scheme selected
    Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointLoginModule verifyPassword
    INFO: User was authorialized.
    Jan 30, 2008 11:36:46 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
    INFO: ntlm authentication scheme selected
    Jan 30, 2008 11:36:46 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
    INFO: ntlm authentication scheme selected
    Jan 30, 2008 11:36:46 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
    INFO: ntlm authentication scheme selected
    Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointACLProvider getAcl
    INFO: ACL was built.
    Jan 30, 2008 11:36:46 AM oracle.vcr.datacontrol.operation.GetItemsOperation execute
    WARNING: Path parameter is incorrect. It should be a valid JCR repository absolute path string starting with /.
    javax.jcr.PathNotFoundException: /
         at com.day.crx.core.SessionImpl.getItem(SessionImpl.java:784)
         at oracle.vcr.datacontrol.operation.GetItemsOperation.execute(GetItemsOperation.java:100)
         at oracle.vcr.datacontrol.operation.VcrDCOperationRegistry.execute(VcrDCOperationRegistry.java:139)
         at oracle.vcr.datacontrol.VcrDataControl.invokeOperation(VcrDataControl.java:125)
         at oracle.adf.model.generic.DCGenericDataControl.invokeMethod(DCGenericDataControl.java:240)
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:219)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1289)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:1802)
         at oracle.adf.model.generic.DCGenericDataControl.invokeOperation(DCGenericDataControl.java:266)
         at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:305)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:627)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.invokeMethodAction(JUMethodIteratorDef.java:160)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.initSourceRSI(JUMethodIteratorDef.java:542)
         at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1436)
         at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1420)
         at oracle.adf.model.binding.DCIteratorBinding.setRangeSize(DCIteratorBinding.java:2703)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2487)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2260)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:99)
         at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:72)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$8.execute(Lifecycle.java:210)
         at oracle.adf.controller.v2.lifecycle.Lifecycle.executePhase(Lifecycle.java:116)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:29)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener$4.after(ADFPhaseListener.java:327)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:90)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:254)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Jan 30, 2008 11:36:46 AM oracle.vcr.datacontrol.VcrDataControl invokeOperation
    INFO: Invoking data control operation getItems on instance Sharepoint
    Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointACLProvider getAcl
    INFO: ACL is building...
    Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.persistance.nodes.NodeContext getACEs
    INFO: Getting ACEs ...
    Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.persistance.nodes.NodeContext getACEs
    INFO: ACEs was found in cache for nodedata = com.day.crx.sharepoint.service.dtos.sites.SiteId@c05938a9
    Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointACLProvider getAcl
    INFO: ACL was built.
    WARNING: DCA-INCORRECT_PATH_PARAMETER: Path parameter is incorrect. It should be a valid JCR repository absolute path string starting with /.
    Jan 30, 2008 11:36:46 AM oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
    WARNING: /

  • Arabic is not listed as a display language in iTunes for Windows 7. How can I add support for this language?

    Arabic is not listed as a display language in iTunes for Windows 7. How can I add support for this language?

    Edit  ---> referance ----->   general    ------> language

  • No Oracle SSO support for POSTing data to protected resource [yet]

    Hi,
    I am using OHS infront of JBOSS and redirecting all requests from OHS to JBOSS after SSO Authentication.
    Everything works fine except that I get 500 error when I try to post data from HTML form.
    When i click on a button on a JSP page that submits page with the Form Post, the request goes to the OHS and is not getting forwarded.
    OHS log shows the following
    127.0.0.1 - - [11/Sep/2007:08:57:23 -0400] "POST /Sample/protected/standard.do HTTP/1.1" 500 788
    Proxy_error.log shows the followin error
    [Tue Sep 11 08:57:23 2007] [error] [client 127.0.0.1] [ecid: 1189515443:10.6.2.137:268:5568:74,0] \n[OSSO] E09: No Oracle SSO support for POSTing data to protected resource [yet].\n
    Any idea?
    Thanks
    Srikar.

    This error does no occur in our dev or test environments, only production. A workaround for us was to disable SSO by commenting the line to load it in the file $ORACLE_HOME/Apache/Apache/conf/httpd.conf. The line to comment out looks like: include "/u01/app/oracle/product/mid/Apache/Apache/conf/mod_osso.conf" where the /u01/app... above is the expansion of $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf.
    We do not use SSO for our application, so this is not a problem. I next plan to try to figure out why this behaves like this, so I can keep all the server configurations consistent.
    HTH,
    Mark

  • Oracle XE support for XMLA

    I am about to use Oracle XE as a relational database for Mondrian OLAP Server and JPivot as a front end. I managed to install the schema and samples, and everything works fine except XMLA query. I would appreciate if one gets me an insight in Oracle XE support for XMLA.

    I donot have a direct answer. However, I have not seen any discussion of intrinsic support for the "XML for Analysis" web service related to any Oracle database edition. Remember that XE does not support any Enterprise Edition-only features, nor any features from STandard Edition that require Java in the database.
    Have you tried the configuration against Oracle Database Enterprise or Standard Edition? If so, how successful were you?
    And - you mention that everything works fine except ... perhaps you could expand on the results of the except. IOS - What is going wrong, or what error message are you receiving.

  • Oracle 9iAS Support for WebUtil

    Oracle 9iAS Support for WebUtil
    With the official release of WebUtil soon approaching on 10g will this mean that WebUtil will be supported on a 9i achitecture as well?
    I have successfully installed the beta version of webutil in a development environment and have been very impressed by its ease of use and functionality. However my bosses are concerened about deploying a beta release on our live 9iAS R2 setup until it is confirmed that Support will be available.
    When will WebUtil be officialy released on 10g?
    Will Oracle offer support for those using WebUtil on 9i?
    Many thanks

    Tim,
    I'd like to give Grant the final word on this because he is more involved, but to my understanding and current information, WebUtil will be supported with Oracle Application Server 10g only.
    Forms 9i and Forms 10g are not that different in that there is no real migration work needed. For this reason we plan to support Forms10g and Application Server 10g.
    The release of WebUtil - again Grant will know better - should be anytime now.
    Frank

  • Does oracle workbench support earlier versions of DB2 not UDB

    HI all,
    In our company we are migrating the DB2 (I think version 2.xx ) of OS2 to Oracle in windows ,
    Does the Oracle Workbench support for the earlier versions of DB2,
    if yes how?
    if no then what is the way to migrate?
    This is an urgent requirment, so pls. provide me a solution.
    Thanks
    Murali.v

    DB2 v2 would be at least 10 years back. That may be out of even SQLWays window for DB2.
    If indeed stuck without a tool.....
    Assuming that there are very few stored procs, triggers, and proprietary SQL views. (MWB DB2 plug-in wouldn't have solved those anyway). The "physical" design of the DB (tablespaces , indexes , etc. ) are likely completely lost using these approaches. There are a couple of ways to accelerate the doing it by hand approach.
    1. [ this is somewhat of a tangent] export the DDL (if you can) and push it into a more modern version of DB2 and have the MWB move that. Use the offline mode to generate suggestive scripts and SQL*Loader control files ( and perhaps also the new Oracle DDL. may have to make some tweaks to it and control files).
    pros:
    if there is a large amount of DDL mapping of types is done automatically.
    cons:
    may not be a handy version of DB2 UDB around. (a DB2 Express-C v 7 isn't
    prominent on the IBM site anymore. However, may be other versions around at
    you site.)
    probably would have to tweak the tablespace/index/etc declarations in the
    exported DDL. [ large assumption here is that not using a signficant amount
    of deprecated features. If the editing process too complicated effectively
    cheaper just to proceed to option 3 below. ]
    the data export utility script may need tweaks.
    [ if you have LOBS and/or binary columns you're likely to run into problems. ]
    2. Similar approach is to do a DDL capture into a tool like ERWin.
    [Not sure if there is a generic DDL capture mode in Jdeveloper that would even talk to DB2 v2  to create a UML model ]
    You then tweak that "design model" and instantiate into Oracle. ( as mentioned in another reply there are some issues you'll likely encounter. For example, some types don't map and the MWB docs can help. )
    pros:
    much of the straightforward DDL just moves over.
    cons:
    may be no tool that can do the design capture for DB2 v2 (was legacy embedded
    solution that ran for years that nobody touched. )
    with generic mapping loose lots of specifics.
    no control files, no export scripts, no warnings,
    3. as mentioned before. Edit the exported DDL. ( I'd strip out tables , indexes, etc. ) and just get it to load before moving one to additional Oracle specifics on those aspects.
    pros/cons mostly same as above, but even more manual work.

  • I18n - how to add support for more languages (CQ 5.4)

    I have a number of questions around adding support for more languages. We are already using multiple languages and would like to add more.
    1. Standard languages provided
    in /libs/wcm/core/i18n I can see the standard ootb languages for CQ 5.4: de es fr it ja zh-cn
    How can I add more? Are there additional language packages provided by Adobe for CQ 5.4?
    2. Translator tool
    We have our own additional keys/strings in
      /apps/site/i18n/publish
    When I open these with the translator tool
      /libs/cq/i18n/translator.html
    as admin, I can see them all just fine.
    However when I open them as another user, I only see the columns of the languages defined in /libs/wcm/core/i18n
    There is a description how to extend this for 5.5 here:
    http://dev.day.com/docs/en/cq/5-5/developing/cq5-translator.html#Changing%20Languages%20Li sted%20in%20the%20Grid
    and I have added the languages to /etc/languages in the "languages" property, but this does not work with 5.4 apparently (at least as far as I have tried).
    I still only get the default languages from /libs/wcm/core/i18n despite the other languages being there in
      /apps/site/i18n/publish
    and as admin I can see and edit them.
    How do I make them visible and editable for other users?
    3. Tags
    When editing the translations of tags, I want all the possible languages to appear in the dialog box for editors.
    I have extended the "languages" property in /etc/tags and this works basically fine (as expected) as described in:
    http://dev.day.com/docs/en/cq/5-5/developing/cq5-translator.html#Changing%20Language%20Nam es%20and%20Default%20Countries
    The desired language must be supported and listed in:
      /libs/wcm/core/resources/languages
    I want to use a 2-letter iso code (e.g. "no" for Norway") and this desired 2-letter iso code must exist as a node. If that is not the case and only nodes with locales exist (e.g. "no_no" and "no_no_ny") then a 2-letter node must be created with a default setting pointing to the default locale.
    I have tried this and it works fine as expected when the default language node is created in
      /libs/wcm/core/resources/languages
    But /libs is a system folder that should not be modified, it could be potentially overwritten by Adobe packages.
    The 5.5 docs say to create the node in
      /apps/wcm/core/resources/languages
    instead, but this did not work for me in CQ 5.4 and I could find no other docs describing a process for 5.4
    How to do this properly in 5.4?

    Thanks for that hint, I checked it and the user does have read access to /etc/languages and /etc/tags and also /libs
    So it seems the only workaround would be to create dummy nodes in /libs/wcm/core/i18n - which I did with a script (to be able to repeat after installation of hotfixes/and updates).
    So for example for Norwegian:
    # set default 2-letter node for norway (since it is missing)
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'jcr:primaryType@TypeHint=Name' -d 'jcr:primaryType=nt:unstructured' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'country=*' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'defaultCountry=no_no' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'language=Norwegian' -isS | grep HTTP
    # set dummy node for missing languages in /libs/wcm/core/i18n
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/i18n/no" -d 'jcr:primaryType@TypeHint=Name' -d 'jcr:primaryType=nt:folder' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/i18n/no" -d 'jcr:mixinTypes@TypeHint=Name[]' -d 'jcr:mixinTypes=mix:language' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/i18n/no" -d 'jcr:language=no' -isS | grep HTTP
    This does create a proper dummy node (which is otherwise empty) in /libs/wcm/core/i18n
    But unfortunately the Norwegian language still does not show up in the translator tool /libs/cq/i18n/translator.html
    Only the standard languages show for my user.
    Admin user does see all langauges we have in /apps/site/i18n/publish (but that was already the case before) - so I assume it must be some permissions are missing. I also tried giving that user modify+create permissions to /apps/site/i18n/publish but that did not make any difference.
    Any other ideas what could be missing?

  • Support for Asian Languages

    Well, it looks like support for Asian Languages in Dynamic
    Textfields wasn't included in this version as well. I have a simple
    flash file embeded in an html file with 2 text boxes. Here's the
    code I'm using:
    var strJapanese = "あらわせて"
    var strChinese = "我想你";
    japanese_txt.text = strJapanese;
    chinese_txt.text = strChinese;
    I currently have these fonts installed in the \Windows\Fonts\
    directory:
    mingliu.ttc
    msgothic.ttc
    but all I see is a bunch of squares in the text boxes. I have
    verified that my pocket pc can use these fonts in other programs.
    Any ideas?
    Thanks,
    BackBayChef

    I used both the options but no one helps. Check the images for the understanding the problam. I try Arial unicode ms as other font  but it does give correct visiblity of font.
    tell some another option.

  • Support for Malayalam language

    I wish to buy a Mac. Whether there any support for Malayalam language there? If so which unicode version is using?

    Good News! While reading the features of the upcoming OS X Lion, I found extended language support, including Malayalam! The fonts are probably the same as those by nickshanks, but they might be different since the original fonts were made for iOS devices.
    Expanded language support
    Twenty new font families for document and web display of text provide support for the most common languages in the Indian subcontinent, including Bengali, Kannada, Malayalam, Oriya, Sinhala, and Telugu. Devanagari, Gujarati, Gurmukhi, Urdu, and Tamil have been expanded. And three new font families support Lao, Khmer, and Myanmar.
    http://www.apple.com/macosx/whats-new/features.html

  • The multi-tabs is not working all the time. Windows7 Firefox 4.0.1 I have the correct opetions set for multi-tabs.

    The multi-tabs is not working. I have the correct options set for multi-tabs. But when I open Firefox and try to add a site from Bookmarks it uses the same tab that is opened.

    Right click a tab and you will get the option to bookmark all tabs. Or use keyboard '''Alt + B''' which opens the old style menu. You can make changes to Firefox, as explained in this post: [/questions/799856#answer-155765]

  • How to use a dictionary for multi languages when displaying mess

    how to use a dictionary for multi languages when displaying messages??

    1st you have to define new messages in the dictionary:-
    1.     We have to open the application.
    2.     Functional administrator responsibility.
    3.     Core services.
    4.     Messages.
    •     Create message button.
    •     Now fill the name of the message that we want to call it from our code in the Code field.
    •     Fill the application name with short name of the application.
    •     Choose the language.
    •     Set the text you want to be displayed.
    2nd, Now in the CO in the in the process form request you will code throw new OAException ("application short name","Code").
    Now run and see the result.
    3rd we want to use Arabic messages, use the same one you have created for saving as an example but you choose duplicate and set the language Arabic.
    •     Run the page.
    •     Choose preferences.
    •     Current Session language = Arabic.
    Now you can see the result.

  • Oracle adf  supported for json applications

    Hi can u any one help to me
    Oracle adf supported for json

    Hi,
    create a Jersey client and generate a JavaBean data control. This is how you get JSON clients integrated assuming the JSON client is a REST service.
    Frank

Maybe you are looking for

  • Call BI Publisher Report in APEX, based on R.T.F Template Layout.

    Hi to all respected members of this forum. Since 18th May (Saturday), I am trying to connect BI Publisher Reports with Oracle Application Express 4.2.2. My APEX Version = APEX 4.2.2 Oracle BI Publisher Enterprise Edition (Trial) = 11.1.1.6.0 Oracle B

  • Native package for Mac and relative path

    Hi, I done a small application with Javafx that start an Embedded Jetty. All works fine in Windows also with native package. Instead in Mac it works only before native packaging. Seems that the problem is how relative path are considered. The tree of

  • How to design New WebUI report ?

    Hi All, I want to create new reports for Service Contract orders, which should be displayed in WebUI CRM7. I am new to CRM, if anybody worked on this please let me know. Thanks in advance, Umesh

  • Launching Photoshop CS4-  Spaces,

    When I launch Photoshop CS4 from Applications ( ie. not by trying to open an image), I get this window... "Could not complete your request because Photoshop does not recognize this type of file." I can close this window and proceed to open whatever i

  • Help - my BlackBerry messages are getting stuck.

    I've used BlackBerry messenger for a while but suddenly my outgoing messages seem to be getting stuck. I get a tick to say they've gone but they don't get delivered straight away. I know it's not a signal problem with the receiving BlackBerry as I've