German umlauts and WLS...... (once again)

Hi
i'm using wls6.0 sp1 on a NT(4.0 Sp6) and on a Sun Solaris 6. if i try
to POST (using jsp) some data containing umlauts, an invalid character
('?') will be showed instead of the umlaut on solaris. the same
procedure works well on NT.
simply try the http://[myServer]:7001/console/..... application and
enter a "ä" in a "notes" tab of the wls server settings (wherever you
like).
is this a bug or a feature ? .->
idealy i would like to use german-umlauts.... so HELP !
thanx 4 ur answer
rsc

Hello Rolf,
It looks to me that the code conversion table between Unicode and the german
code page in JDK is not correct, or you may be running on the wrong locale
(codepage).
To verify that, use native2ascii.
1. Edit a file that has the german-umlauts and save it
2. execute native2ascii filename_input filename_output
3. execute native2ascii -reverse filename_output filename_output2
4. Open filename_output2 to see if it goes to ?
If it went to ?, you are in one of the above.
Reiji

Similar Messages

  • German Umlaute and SQLite3?

    I'm struggling with SQLite 3 and German Umlaute (ä, ö, ü, etc.)
    It seems as if I cannot do WHERE x LIKE y clauses with German Umlaute recognized. Here's a code excerpt:
    const char *sql = "SELECT zip, city, number, mobile, active, remarks FROM rawData WHERE city LIKE ?";
    if (sqlite3preparev2(database, sql, -1, &searchCityStatement, NULL) != SQLITE_OK) {
    NSAssert1(0, @"Error: Failed to prepare statement with message '%s'.", sqlite3_errmsg(database));
    sqlite3bindtext(searchCityStatement, 1, [c UTF8String], [c length], SQLITE_TRANSIENT);
    So the idea here is that I search for rows WHERE city LIKE <parameter c>. It works fine without Umlaute. E.g. rows like Berlin, London, etc. are returned. However, when I search e.g. for Lünen, it does not work. I believe that the [c UTF8String] strips out Umlaute, but just using c does not work, either.
    Any help?

    SQLite does not properly handle accented characters. From the SQLite documentation:
    The LIKE operator is not case sensitive and will match upper case characters on one side against lower case characters on the other. (A bug: SQLite only understands upper/lower case for 7-bit Latin characters. Hence the LIKE operator is case sensitive for 8-bit iso8859 characters or UTF-8 characters. For example, the expression 'a' LIKE 'A' is TRUE but 'æ' LIKE 'Æ' is FALSE.).
    Although it does not explicitly state it, 'Lünen' LIKE 'Lunen' is FALSE.

  • German umlaute and file download

    hi to all!
    hope someone can help me.
    I have a directory, let's say test, with a WEB-INF directory in it. ordinarry web-app...
    within "test" there is a file called gl�hw�rmchen.pdf. I want to download this file. when i use a link
    Gl�hw�rmchen a 404 STATUS CODE is returned. Tomcat 4.1.18 doesn't find the resource but it is DEFINITELY in there.
    I know that this is no bug, i just don't understand somethig. How can i tell Tomcat 4.1.18 to return files with german umlaute???
    please help...
    ciaou,
    wendigo

    sorry that's not the solution of the problem. I have prooved that my file is in the correct directory. It's NOT a context path problem. Other files are downloaded.....
    test.txt
    gl�hw�rmchen.pdf
    gluehwuermchen.pdf
    The JSP Source Code.....
    <%@page contentType="text/html;charset=ISO-8859-1"%>
    <html>
    <head><title>JSP Page</title></head>
    <body>
    Textdatei
    Gluehwuermchen.pdf Datei</br>
    Gl�hw�rmchen.pdf Datei</br>
    </body>
    </html>
    when I click the first or second a link, the files are transmitted, but the third file NOT.... The filename is written correctly. The Apache Tomcat 4.1.18 just doesn't find the file. REMEMBER!!! The Webserver FINDS the two other files in THE SAME DIRECTORY BUT NOT THOSE containing german umlaute. WHY????
    hope you can help me...
    wendigo

  • German umlauts (and other foreign characters) using UK keyboard

    How do I type a umlaut, o umlaut and u umlaut? Also, ss (like a B)?
    Holding down Alt and a etc. does not work.

    The principle of the thing is that you use the Keyboard Viewer to change the mapping of key codes to character codes, much as you would have used the KeyCaps Utility in the past.
    Keyboard viewer enables you to see the results of using the option key if you don't remember the shortcuts Peter gave above. If you know those you just type them. You can also see the result of using special fonts for symbols etc. It does not change the results of hitting a particular key in a particular font.
    Because the key graphics are engraved on the keys, changing the mapping of key codes to character codes does not change the key graphics.
    Hand up all those who thought it would.
    This is a problem for which Apple has several patents in play. These are patents for much improved input methods to interactively change the key graphics when the mapping of key codes to character codes is changed.
    Which I am sure we will all enjoy seeing and paying for in the distant future

  • German Umlaut and special character

    I have a dynamic text field that I need to populate with
    German characters like ä, ë, ü, ö . . .I have
    done this hundreds of times with MX2004, but after installing Flash
    Professional CS3, it does not work?

    The kerberos 5 standard has not specified how to deal with non-ASCII principal names, so you'd better avoid them.
    BTW, how do you input the umlaut character into the login screen? Are you using a German keyboard? I don't know how to turn the input method there.

  • CheckBoxGroup and repeater Once again

    Hi,
    I have the following jsp.
    <netui-data:repeater dataSource="{pageFlow.searchResult}" >
    <netui-data:repeaterHeader></netui-data:repeaterHeader>
    <netui-data:repeaterItem>
    <netui:checkBoxGroup dataSource="{<b>actionForm.choosenOnes</b>}">
    <netui:checkBoxOption value="{container.item.value}" ></netui:checkBoxOption>
    </netui:checkBoxGroup>
    </netui-data:repeaterItem>
    <netui-data:repeaterFooter></netui-data:repeaterFooter>
    </netui-data:repeater>
    Where <b> boolean[] choosenOnes</b> is in my form bean; if 3 boxes are checked out of 10 boxes.
    choosenOnes[] will be of size 3 and it contains false values.
    Question: How to get the index of checkboxes which were selected. e.g: If boxes 0th,4th and 7th were
    selected, how to make choosenOnes[] contain different values in 0th, 4th, and 7th index and be
    be of size 10.
    Thanks in advance
    Jaanjaan
    url

    Hi Jaan
    Please check out my reply at
    http://forums.bea.com/bea/message.jspa?messageID=600022188&tstart=0
    Also if you need a sample please send me your emailId as I cannot post it on the newsgroup.
    Thanks
    Vimala

  • UIX and LOV once again

    Hello to all,
    is there any documentation or demos with "crystal clear examples" on how to connect a LOV with an item in an edit/update form? From what I have read so far (I am new in all this) the messageLovField needs to be used (or is this wrong?). But the big question remains .... How do you connect the LOV query with the messageLovField? I am sure I am not asking for something too strange/hard.
    Thanks in advance
    Ioanna

    Hi Jaan
    Please check out my reply at
    http://forums.bea.com/bea/message.jspa?messageID=600022188&tstart=0
    Also if you need a sample please send me your emailId as I cannot post it on the newsgroup.
    Thanks
    Vimala

  • German 'Umlaute' vs. BW

    Hello,
    we are a german company with plants in the whole world, so of course we have problems with the german umlaute and other special characters.
    When i put data from the psa to the cube, very lots of records will be blocked because of its umlaute. I cannot manage that problem by replacing them manual. And imo must exist a better way than creating formulas or routines on every row?
    As all are describing fields i could imagine to allow umlaute? Should I? Or is there another way to handle this?
    thank you
    Tobias

    Same problem with the french special characters: é
    I got a request with about 1000 packages a 1000 records. And in nearly every package there are one or two records containing a french street.
    Editing is cumbersome. Simply allowing all characters isn't the right way, is it?
    Should i build a function on the field or is there a better way?
    Tobias

  • Apex 4.0 Cascading Select List: ajax problem with german umlaute

    Hi everybody,
    Apex 4.0
    Dad PlsqlNLSLanguage: GERMAN_GERMANY.WE8MSWIN1252
    I have problems with german umlaute and ajax cascading select lists (Cascading LOV Parent Item).
    The data is populated without a page refresh in the select list when the parent select list changes but special signs like german umlaute are shown as weird characters.
    Seems like there is some charset problem with ajax.
    This is the only part of the application where special signs like umlaute are messed up. Everything else is fine.
    I allready tried to figure out if I can escape the umlaute in the javascript (file apex_widget_4_0.js) but no success here.
    Can anybody help me with this issue?
    Thanks in advance,
    Markus

    Hi Markus,
    your specified character set in your DAD is wrong. As mentioned in the installation instructions at http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/otn_install.htm#CHDHCBGI , Oracle APEX always requires AL32UTF8.
    >
    3. Locate the line containing PlsqlNLSLanguage.
    The PlsqlNLSLanguage setting determines the language setting of the DAD. The character set portion of the PlsqlNLSLanguage value must be set to AL32UTF8,
    regardless of whether or not the database character set is AL32UTF8. For example:Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • PDF printing German umlauts

    Hello all,
    I'm trying to use the new "Report Query" and "Report Layout" feature. First of all I have to say that my PDF printing setup works generally. My problem has nothing to do with that. Here's what I'm trying to do and what my problem is:
    I'm using a report query on a table which has data with german umlauts (äöüÄÖÜ) and special characters (ß) in it. Trying to print that report with the standard layout works. I see my german nls characters. If I try to apply a XSL-FO stylesheet I get # signs for my german nls characters. I played with the encoding of my stylesheet but that has no effect. TRANSLATE ... USING or CONVERT hasn't any effect either. I also changed the PlsqlNLSLanguage setting in my dads.conf to GERMAN_GERMANY, but that also has no effect. Now I'm pretty lost.
    Anybody out there has some tips on using german special characters in report queries with own written XSL-FO stylesheets ?
    Regards Markus

    Hi Jes,
    this is the query:
    select name, title, original_title,
    to_char ( purchase_date, 'dd.mm.yyyy' ) as purchase_date,
    to_char ( price, '990D00' ) as price,
    currency
    from authors a,
    books b
    where a.id = b.author_id
    order by nlssort ( name, 'nls_sort = generic_m' ),
    nlssort ( title, 'nls_sort = generic_m' )
    here's an excerpt from the XML:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ROWSET>
    - <ROW>
    <NAME>Buchheim, Lothar Günter</NAME>
    <TITLE>Das Boot</TITLE>
    <ORIGINAL_TITLE />
    <PURCHASE_DATE>21.05.1997</PURCHASE_DATE>
    <PRICE>0.00</PRICE>
    <CURRENCY>DM</CURRENCY>
    </ROW>
    - <ROW>
    <NAME>Stroustrup, Bjarne</NAME>
    <TITLE>The C Programming Language</TITLE>
    <ORIGINAL_TITLE />
    <PURCHASE_DATE>21.05.1997</PURCHASE_DATE>
    <PRICE>0.00</PRICE>
    <CURRENCY>DM</CURRENCY>
    </ROW>
    </ROWSET>
    as you can see the umlauts (ü) are there but the + signs are missing. The XSL-FO is indeed too big to post here. If you give me your email address, I'll mail it in zip format to you.
    Regards Markus

  • Once again less service for more money ~ Personal Web Pages being discontinued!!!

    Once again I would like to thank COMCAST for being cheap and money hungry. I use my personal web pages daily. This will create a lot of work and take a lot of time to move thing to another server that I will have to pay for on top of paying for internet service with COMCAST. Way to go. This will only cost me time and money once again. Stop being so cheap!!!! Bob

    Yep. I'm extremely angry about this! I have been using the web space for years in order to upload helpful files to other people on Overclock.net such as screenshots, important setup files, important Windows files that someone might have lost, zip files containing a bunch of files that someone desperately needs, etc. etc. etc. That's years of uploading, and so it's years of files! Now that's being stripped away from me. Why? This is 2015, not 1985. It's not hard to provide storage space these days. Good lord. Comcast, are you really hurting for storage space on your servers? You have stolen our money for years, so the least you can do is let us keep our web spaces. I have created 7 different accounts on my Comcast account so that I could have 7 GB of storage space, which I have used quite well over the years. So now I have to sit here downloading ALL OF MY FREAKIN' FILES, and then I have to take them to some other location! Then, I have to go and update hundreds of links on Overclock.net and hundreds of screenshots in hundreds of posts that act as ARTICLES - not just posts. If I don't do that, then I'll have people asking me every single day why my links are broken and why my screenshots aren't showing up. Comcast, you sure know how DISSATISFY your customers I hate you now. I genuinely do. You have ruined my day, Comcast. I was actually having a good day for once, until you sent out the e-mail telling all of us about this.

  • I am on windows 7 and I upgraded to 10.0.2 and now it will not open. I have removed firefox completely and uploaded it again and that did not work. So my latest attempt I removed firefox 10 again and uploaded the beta version and once again nothing.

    I am on windows 7 and I upgraded to the newest verison of firefox and now it will not open. I have removed firefox completely and uploaded it again and that did not work. I then made sure it could get through my firewall and that did not work. So my latest attempt I removed firefox 10 again and uploaded the beta version hoping that would do it and once again nothing. It will not open at all. Please help - is there a live chat or a number to talk to someone at Firefox?

    I think when uninstalling you may also have to choose (tick) to delete the preferences and other personal data like the bookmarks, stored passwords etc. to erase completely. If you are installing afresh, please try right-clicking on the file and '''Run as administrator''' to install. And when uninstalling, please also make sure choose to delete all data and also manually delete any '''Mozilla''', '''Mozilla Firefox''' or '''Firefox''' from %appdata%, %localappdata% and %programfiles%. You can open a location by typing for eg. %appdata% in the '''Run''' box (Windows key + R). You may also have to check the '''VirtualStore''' folder in %localappdata%. Files in the VirtualStore can be problematic. I think a clean installation may help.
    [https://www.mozilla.org/en-US/firefox/new/ Firefox]
    [http://kb.mozillazine.org/Installation_directory Installation Folder]
    [http://kb.mozillazine.org/Profile_folder Profile Folder]
    Please note that using system restore would usually damage the Firefox installation.

  • MDT 2012 deploy OS from USB external drive failed - need to unplug and plug it once again

    We are using MDT 2012 and deploying Windows 7 using media (USB external hard drive). We can successfully deploy Windows 7 32 bit using this method but there is a problem with deploying Windows 7 64bit. This problem appears only on HP EliteBook 840. We can
    boot into WinPE 64 bit and can start proper task sequence, all image is applied then after restart, before logon screen appears there is an error saying that cannot find litetouch.vbs script. After clicking ok, I can logon to Windows and there is no usb external
    drive recognized. But when I unplug and plug usb drive once again it is recognized by Windows and can be used. I can see that Windows install some drivers just after plug it again
    I checked BIOS looking for some USB power options - there is no such settings. And 32 bit deployment works ok. So this is not a case. Looks for me like a problem with proper usb drivers for 64 bit. I download all drivers from HP website (driver pack and
    drivers only for USB 3.0). We are using make and model matching in MDT - works ok for all the rest hardware models. Any idea how to troubleshoot it?

    Not sure what's going on here. Is this a USB "Flash" drive or a USB "Hard Drive". There *Is* a distinction.
    I *thought* that MDT would copy itself to the c:\minint\scripts folder to continue installation.
    Next time, when you see this error, Press Shift-F10 to get into a cmd.exe prompt. Can you find litetouch.vbs on any of the drives? Does the USB Drive appear?
    IF in fact, the USB Drive is not appearing after the 1st reboot, then you have a problem. Why did the USB 3.0 driver not install. Check the Driver Installation Logs to verify.
    Keith Garner - keithga.wordpress.com

  • Every time I update LR to a new version I seem to need a patch to make it work..... once again here I am SOS! I've just update LR to the 5.7 version and It wont let me start it: The application was unable to start correctly (0xc000007b).

    Every time I update LR to a new version I seem to need a patch to make it work..... once again here I am SOS! I've just update LR to the 5.7 version and It wont let me start it: The application was unable to start correctly (0xc000007b).

    Your system is missing a couple DLLs that LR needs, but the fix at Adobe is to copy them to the LR folder which gets replaced for each install, so you have to redo it after each LR install.  It would be worth documenting the process and saving the DLLs so you don’t have to ask about it each time:
    http://helpx.adobe.com/lightroom/kb/error-unable-start-correctly-0xc00007b.html
    You might also use the AIO210 program to add them as detailed in this YouTube video—maybe this is a more permanent fix, but since the files are from media-fire be very careful about what you do so as not to install a virus on your computer. 
    I’d scan the downloaded ZIP you download with whatever virus and internet security software you have and don’t be fooled by extraneous popups you might see during the download process.  I was able to download the aio210.zip after authorizing one Captcha window and closed at least one bogus popup trying to get me to install other software.  I also scanned the downloaded zip with two virus scanners and both said it was clean.  Here is the YouTube video, where the link to the ZIP to download is in the description once you expand it:
    https://www.youtube.com/watch?v=vlT0N2CX50g

  • If I am browsing on site such as Ebay or any shopping site, and click on an item, when I return to the search page I am once again at the top of the page and have to search down for where I was in the list of items.

    If I am browsing on site such as Ebay or any shopping site and click on an item, when I return to the search page I am once again at the top of the page and have to search down for where I was in the list of items. This is not only on Ebay it is everywhere I search. Firefox goes back to the top of the page . It is annoying to have to figure out exactly where I was if I left the page and then returned. This is a hinderance when using Firefox. I have considered uninstalling it because of the inconvenience of 're-searching' after already doing a search. Firefox used to take me right back to where I was if I left a page, but that feature is not working now. I am not sure how to change this in the settings.

    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

Maybe you are looking for

  • ALIAS??????? any idea how to change it?????

    anyone know how to change the alias????? like mine is ?????? (3 ?s) only cuz i didnt know what it was so i put ?????? and i hate it so pleaz help me change it!!!!!!!!

  • Javascript through SE80

    Hi SDN, I have all my JavaScript code in a .js file loaded into the customer/javascript folder through SE80/Mime Objects. However, when I change the code, the changes are visible but I don't see the impact when I execute the web app, as if I need to

  • Performance of operations in large PSD

    Has anyone noticed rapid deterioration of performance in reading text layer content (i.e. accessing 'artLayer.textItem.contents')? I mean it's a generic thing that as PSD grows, operations on that become slower, but text layer content seems to go dow

  • All  my pngs are corrupting

    Yesterday, I think Fireworks was updated through my adobe updater. I should have paid more attention, but I hit 'OK' and I think it updated Fireworks and Dreamweaver to Version 9.01. I finished this giant ping with all these complex graphics and roll

  • Hi add fields in ztable user name system time and date urgent

    i have to add three new fields in my z table a)user name b)system time c)date suppose if anyone update my ztable then the above three fields should catch the values as which user change the ztable at what time and on which date plzzzzzz help urgent s