Anybody tried re writing the resource files in chinese ?

Hello,
I am making an existing application multilingual..
now the only part remaining is translation the resources folder into chinese.. simplified..
I have noticed that..,
even if i save the file in unicode or UTF-8 format contianing only plain english messages..
suppose i convert NAV.res.asp into UTF or unicode whatever.. from ascii..
and keep contents 100% original..
i get this error
Error Type:
Microsoft VBScript compilation (0x800A0408)
Invalid character
in all pages i have dynamic lists.. bcost they use this NAV.res.asp file..
and keeping file in ascii and rewriting contents with chinese is simply out of question .
so any ideas any help..
thanks..
Moh!

I also did the double check test for confirming if Microsoft's dicionary object has this bug..
<br />I cannot read chinese but i can type some garbage and check it so this file works.. fine but from ADDT's resource i cannot use any non ASCII files like UTF or unicode....
<br />
<br />this file works fine however.. can anybody help ?
<br /><%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><%<br />Dim d<br />Set d=Server.CreateObject("Scripting.Dictionary")<br />d.Add "re","Red"<br />d.Add "gr","&#20320;&#21495;&#30721;"<br />d.Add "bl","Blue"<br />d.Add "pi","Pink"<br />Response.Write("The value of key gr is: " & d.Item("gr"))<br />%>
<br />
<br />

Similar Messages

  • When i add a background image to form and it gives me such kind of issues so i have deleted the resource file in the solution explorer and then when i reopened my projectt it again gives errors of missing root element of InvalidResx.file amd of XMl.

    I have already go to properties then resources and try to remove resource option but it was't working.so help me by giving another technique to solve this issue.

    I have already go to properties then resources and try to remove resource option but it was't working.so help me by giving another technique to solve this issue.
    Hello,
    It will be more specific if you could share the screenshot of that error with us.
    In addition, if this issue is mainly related to the BackGroundimage property, you could consider using the following suggestion.
    We could click our project to expand the nodes and click "InitializeComponent()" to navigate to its desiginer code.
    Then check whether there is a line which has " Me.BackgroundImage =", remove that line and then remove the resource file with the following step.
    Project property->Resources->Switch "Files" or "Images" to see where you have setted for that image file, find it and remove it.
    Then save all your changes to see whether it's OK.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where to keep the Resource files in Jdeveloper ADF Applicatoin

    Hi
    our ADF application required set of XML file, i created a Folder called Resources and kept them under it.
    DataModel
    --------------> Application Sources
    ------------------------------->Packages
    ------------------------------------------------>java Classes
    --------------> Resources
    -------------------------------> XML files
    i am trying to access the XML file from Java Classes.
    for Testing perpose i created sample java class, and access the XML file like "Resources/XMLFile.xml", it was working file.
    So i refered the XML file path as "Resource/XMLFile.xml" in my classes and created datacontrol and placed them into jspx file. i ran the jspx file but i am getting file not found Exception.
    please suggest me how to deplay to XML file along with my application
    Thanks

    knidhi
    Please state your Jdeveloper version when you post. It can make a difference.
    What are the XML files? I assume they are not the XML files that the entity, view object etc are, but external XML files that you use for what? You need to read them for what purpose?
    This is a design decision, but perhaps they should instead be moved into the database, and you create an entity object that references that data, then use the entity as you would any normal entity.
    Otherwise, have you tried putting the XML files in the same package as the java classes, and does that work?
    Stuart

  • Log4j not writing the llog file

    Hi
    I have a webapplication hosted on WAS,which is not writing the log file.Does anybody know the reason.?
    I have checked the log4j many times.it seems ok.as same file is working in another environment.
    Any help would be appreciated.
    Thanks
    Akash.

    Hi .the problem is solved.i changed the classloading as APPLICATION instead of MODULE in application.xml.
    Thanks.
    Akash.

  • Error writing the project file. Error loading type library / dll

    Hi all,
    I am trying to create a new portal project in PDK.NET. But I am getting this error- "Error writing the project file. Error loading type library / dll". Can anyone tell me how to solve this error.
    rgds

    I get this same error.  Was working fine until I installed the SAP .Net Connector 2.0.  Now it does not work even after it was uninstalled.  Please help.

  • Please help with "Error writing the project file. The specified module could not be found." error.

    I am a student.  I've been trying to install and use Visual Studio 2013 Professional for three weeks now and I cannot get it to work.  I am now two weeks behind in my Visual Basic class.  I've installed, uninstalled, ran the repair option... 
    I've tried everything I know how to do.  I just spent 45 minutes on the phone with Microsoft, was transferred four times and finally told I will have to use the forums to find an answer.  I'm almost completely out of patience with this.
    I got the software through the Dream Spark program as a student.  I installed it with the web installer and it appeared to install fine.  When I try to create a new project, I get the error:  "Error writing the project file.  The
    specified module could not be found."
    When I exit the application, I also get:  "The automatically saved settings file 'c:\users\user\documents\visual studio 2013\Settings\CurrentSettings-2015-02-02.vssettings' is not available for write.  You can change this file on the 'Import
    and Export Settings' Tools Options page."
    Please tell me you can help.

    Hi,
    could you please try the points mentioned here:
    http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/0376db8f-4761-4ae5-9af2-98c53216318a#VS_IDE_unexpected_problems to eliminate the possible cause of your issue?
    Please update the result in the forum after you try the method above!
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • LWUIT Resource Editor. what do you do after you save the resource file?

    I have read up on LWUIT and the Resource Editor/Theme Creator. I can set the Label Border to empty as I want. Then I save the file.
    But what do I do next._ I need to get the resource file into my JAR, I believe, and then activate the resource settings in my App. I have read the LWUIT doc over and over and tried a few things but I don't get it . Help.

    Thanks,
    Thanks, I was able to get that code in with a few additions as below
    Resources resource = null;
    try {
    resource = Resources.open("/MMC2_Package/MMC2.res");
    } catch (IOException ex) {
    ex.printStackTrace();
    UIManager.getInstance().setThemeProps(resource.getTheme(resource.getThemeResourceNames()[0]));
    There are no errors but it doesn't work yet. I tried to change the background colour of the command keys, as well, but no change. My resource file is called MMC2.res and I put it in the MMC2_Package directory along with the java file and some png images , one of which I am able to put in the label but it has this border that I am trying to get rid of.
    Mike

  • Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?

    Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?
    I've installed three times with no luck. I downloaded the Creative Cloud Packager off the licensing site: https://licensing.adobe.com. I unpacked and choose my applications. The install seemed to be successful, but I don't so any of the applications anywhere.

    Hi,
    Creating package doesn't mean it will install the product,
    You will need to install the package now. Please follow the instructions mentioned in the below articles
    Creative Cloud Help | Creating or editing packages
    Creative Cloud Help | Deploying packages
    Please let me know if it doesn't help.
    Regards,
    Devendra

  • I exported an archive of iCal from a computer running the last OS X. On a new computer running OS X (10.7.4), I tried to import the .icbu file and got a message "The calendar failed to restore". How do I fix this/get my calendar?

    I exported an archive of iCal from a computer running the last OS X. On a new computer running OS X (10.7.4), I tried to import the .icbu file and got a message "The calendar failed to restore". How do I fix this/get my calendar?

    I exported an archive of iCal from a computer running the last OS X. On a new computer running OS X (10.7.4), I tried to import the .icbu file and got a message "The calendar failed to restore". How do I fix this/get my calendar?

  • I shoot with a Canon 7D, have Windows 7 installed on my computer, Adobe CS4 (Bridge & Photoshop). I'm trying to open the CR2 files in Bridge to adjust them before I open them up in Photoshop, but it's giving me an error code saying it's the wrong file typ

    I shoot with a Canon 7D, have Windows 7 installed on my computer, Adobe CS4 (Bridge & Photoshop). I'm trying to open the CR2 files in Bridge to adjust them before I open them up in Photoshop, but it's giving me an error code saying it's the wrong file type. I downloaded the latest updates for Adobe Raw as well as the DNG converter, however I don't want to have to convert to DNG before opening in Bridge. Please let me know what I can do to open the CR2 files directly in Bridge CS4, thank you!

    Make sure you have the right version...
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications

  • I shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    I shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    at the end, you say "import preferences", which program are you describing?
    So im safer using footage that is remotely being pulled from iphoto...
    vs
    using footage that is imported into FCP from imovie?
    Is there anything i can do in fcp to make this footage more reliable or safer or more stable as i pull remotely from iphoto?
    All the footage, and all the libraries to all programs, or on a new pegasus 12tb raid 5 setup fyi.

  • Need Help! "Could not locate the resource file in the Configuration folder."

    I had just purchased and installed Adobe Crerative Design Suite last night. Every program works except Dreamweaver, which gives me the error message:"Could not locate the resource file in the Configuration folder. This File is required to run Dreamweaver. Please reinstall the application". I am suspicious because the was a previous version of Dreamweaver on the computer before this installation, but I unistalled it. I do not understand why I get this message. Is there a file somewhere that is missing or at faut. How can I remedy this? Thanks
    ~Todd

    Nadia,
    Your posted resources worked for me. Thank you! After many attempts (to include Adobe's overseas call canter) to resolve the same installation and run errors, I used your suggested steps and I finally have a clean and running install. I did have to take a few extra steps;
    First I downloaded both Cleaning  scripts. For CS4 & CS3.
    Next I downloaded Windows installer/cleaner. I have Windows Vista Home Premium and that is a required installed program to run Adobe's cleaning script.
    Once I was sure I had all the programs/scripts I needed (per your instructions and the instructions found on the Cleaning scripts site) I disconnected my computer from the Internet.
    Then I disabled all running programs especially all Anti-virus and firewall programs and any others that have calls of any kind: i.e. Boinc (Seti), Skype, email programs (Windows Live Mail), etc.
    Next I uninstalled all CS4 products and even though I was told that Macromedia Studio MX 2004 can stay installed (read that on one site and the overseas Tech also reinforced that information) I uninstalled MX 2004.
    I then rebooted and installed the Windows installer/cleaner program and ran the Adobe CS4 cleaner script twice.
    After another reboot I installed Dreamweaver CS4 first, rebooted (can't reboot enough with Windows!) and, yes you guessed it, rebooted.
    I then attempted to open Dreamweaver CS4 and for the first time it ran without the error!
    I then installed Adobe Ps CS4 and rebooted and that work for the first time as well.
    I can't say for sure if Macromedia Studio MX 2004 caused the install errors on the Adobe products but without it and ALL that uninstalling and rebooting and running cleaning scripts and installing and rebooting, Adobe finally felt my computer was clean enough to call it home and work.
    Thank you again for your information and I suggest if anyone else finds their way here that they follow your instructions to the letter. Takes a long time but a proper and clean install will be the result.

  • Trying to use the new file features in Flash 10

    Hi there, I'm now trying to use the new file features in Flash 10 but I'm getting this error when I try something like
    fileRef.load();
    ReferenceError: Error #1069: Property load not found on flash.net.FileReference and there is no default value.

    It's tough to tell without seeing more of your code, but it might be that you're missing these lines of code at the top of your actions window:
        import flash.net.FileFilter;
        import flash.net.FileReference;

  • "Could not locate the Resources file in the Configuration folder"

    While opening DW cs5 on my iMac OS X 10.7.5 a window came up that says:  "Could not locate the Resources file in the Configuration folder. This file is required to run Dreamweaver. Please reinstall the application."
    After downloading and reinstalling Adobe Creative Suite CS5 yesterday per the instruction of Adobe tech support, the application still had the same message when I attempt to open it.  Not sure where else to turn.  Please advise.  Thanks

    See if this previous thread regarding the same issue will help:
    http://forums.adobe.com/message/2274699#2274699
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Why is my diabled login greyed out after i unlock it? I have tried to remove the library file but it doesn't work

    Why is my diabled login greyed out after i unlock it? I have tried to remove the library file but it doesn't work. It worked the first time and than all of a sudden it was greyed out.

    Where do you see a disabled login? In system preferences? In Login screen?

Maybe you are looking for

  • Automatic PR generation through Sales Order

    hi  My client deals with trading my prob is that when i am have a sales order for a item of quantity 100 but the availability in the store stock is 70 i am not able to raise automatic PR for the ramaining 30 quantity ( item catogary for the material

  • Iweb site wont launch in IE6 - please help

    I have a basic website in i web. I've built the splash page and that works perfectly in all browsers except Internet Explorer 6. It won't even launch i just get the bing search engine. Again it launches and works well in all other browsers and window

  • Many to One Mapping issue

    Hi Experts, I am currently facing issue with many to one mapping . I have a source schema called revenue having Profit and Profit GST which is looping multiple times. I need to copy the name,value and GST value for each type into the destination sche

  • Importing thousands of tapes

    We have thousands of tapes to import into final cut. We have 10 citidisk HD and 10 HDV vcrs. We tried to press play on the HDV VCR and record on the CITIDISK and it worked perfectly, but the file M2T produced by the CITIDISK seems unreadable by FCP.

  • Conversion failed when converting the varchar value to data type int

    Hi, I am unable to resolve this error and would like some assistance please. The below query produces the following error message - Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value 'NCPR' to data type int. Select