Does jsp in OAS 4.0.8.1 supports Multiple Language?

Hi,
I've tried using encoding=Big5 for chinese rendering but it throws an UnsupportedEncodingException. Any idea if jsp in OAS supports this?
Thanks.
regards,
Hong Seng

I don't know. However here is more information for you. JSP requires you specify the page encoding using the IANA character set names. Java APIs require its own (JSDK) character set names. To work correctly JSPs must map the IANA name to a JSDK name. OJSP uses the sun.io.CharacterEncoding CharacterEncoding.aliasName() method to translate. It is entirely possible this method doesn't support your mapping/name. I would suggest you write some code that runs outside of JSP to determine what mapping this method supports.

Similar Messages

  • Does Siri support multiple languages

    I live and work in a multilingual environment. As a result, I often have to send SMS and emails in English, French, Italian or Portuguese. With the keyboard, I am used to switch language with the globe key next to the spacebar. With Siri however I am not sure how this can work. When it does eventually support the above languages, will I be able to use different languages without changing the whole telephone setting? Can one say "send email to my wife: buongiorno amore"? It would be a real letdown if the coolest feature of iOS 5 were unusable to me...
    Thanks

    Yes, exactly. I am using Siri in English since she gets better along with the rather easy synthax (compared to German). Unfortunately you cannot switch directly when writing a message. For example, if you tell her to "write a message to my wife", you may immediately dictate what you want to say but only in English. If I want to write her in German instead, I will have to tap once on the message area. She then instantly changes to German (or any other language that was used as keyboard before) which also affects Siri's voice recognition. But one tap is reasonable.

  • Does the NI-CAN 2.5 Channel API support multiple periodic tasks?

    I have different channels that need to be output at seven different periods.  Can I create multiple periodic tasks with different periods or am I going to have to either use software timing or the Frame API?
    Robert C. Mortensen
    Certified LabVIEW Architect
    Certified LabVIEW Embedded Systems Developer
    Endigit

    Hi,
    yes you can initialize multiple task with different sample rates, but you have to initialize all sequentialy and then to start thee tasks sequentialy.
    Attached you can find an example for LabVIEW which shows how to do it.
    DirkW
    Attachments:
    CAN_Multi-Chans_Diff-Period.vi ‏26 KB

  • Does callout boxes support multiple languages

    We need to show videos with callout boxes containing the help text but is it possible to have multi language support where the user can select their own language?
    We really cant produce every video for every language.
    Thanks for your help

    Yes, exactly. I am using Siri in English since she gets better along with the rather easy synthax (compared to German). Unfortunately you cannot switch directly when writing a message. For example, if you tell her to "write a message to my wife", you may immediately dictate what you want to say but only in English. If I want to write her in German instead, I will have to tap once on the message area. She then instantly changes to German (or any other language that was used as keyboard before) which also affects Siri's voice recognition. But one tap is reasonable.

  • Does OS X Server 10.6 Snow Leopard support client Time-Machine backups

    Hello,
    Does OS X Server 10.6 Snow Leopard support multiple clients(20+) Time-Machine backups via LAN?
    Thanks,
    -Mike

    mausimo wrote:
    If the 20 users had 500GB hard drives and were planning on filling them, wouldn't i theoretically only need double the space to backup their computers?
    I'm not quite sure what you mean by this. If your 20 users had 500GB hard drives, then your total HD capacity would be 10,000GB, or 10TB. Double would be 20TB, which is more than I recommended. The 15TB (1.5 x the amount of data you would theoretically be backing up) would be plenty.
    That said, the DroboPro has a maximum of 16TB using currently available 2TB drives, so I would feel confident in recommending that to you. Realistically, your users probably aren't all going to fill their hard drives to capacity, so you might find you need even less.
    If I were you, I would look at how much data is on each hard drive right now, add it all up, multiply it by 1.5, then throw in an extra TB for good measure. I would only purchase enough drives to handle that capacity. As your users take up more space, you can order more drives and add them to the DroboPro.
    For example, if each user was using an average of 200GB currently, then for 20 machines you would have a total of 4,000GB, or 4TB. I would put 3x2TB drives in the DroboPro, giving you a total of 6TB (minus overhead) of backup capacity. From there, you can add more 2TB drives as you need them. This is almost identical to a system I manage for a client and it works very well.
    I hope this helps!

  • Modifying JSP in OAS installation

    .I am auto generating user id and password field and I need to hide these two field from user creation page.I modified JSP in OAS installation.I followed the following steps for doing
    this.
    1.Unpacked xlWebApp.war.
    2.Modified tiles/util/tjspGenerateCreateUserForm.jsp and packed the war file
    again.
    3.Placed the war file in /webapp folder.
    4.started patch_oc4j.cmd (oc4jadmin password) (database password).
    5.Build was successful.
    6.I checked exploded file in
    E:\oracle\oas\j2ee\home\applications\Xellerate\xlWebApp/tiles/util/tjspGenerateC
    reateUserForm.jsp.
    and I can see my modification there.
    7.I tried to access user creation page but it is still showing my old jsp with no
    modification.
    Please tell me what I am missing.I know for Jboss I need to comment out web.xml but I do not see jsp related section in above exploded web.xml .
    installation.
    Regards
    Nitesh

    Hi
    I am having exactly the same problem here but could not make it work even with cleaning precompiled folder before running the patch.
    What i did :
    1. Unpacked xlWebApp.war.
    2. Modified tiles/tjspViewUserDetailsTiles.jsp and packed the war file
    again.
    3. Placed the war file in /webapp folder.
    4. Stopped OIM services with "opmnctl shutdown"
    5. Placed war file into $APPSERVER/j2ee/home/applications/Xellerate
    6. DELETED EVERYTHING INSIDE "$XELLERATE_HOME/xellerate/webapp/precompiled" FOLDER.
    7. Started OIM services "opmnctl startall"
    8. I can see my modified jsp at $APPSERVER/j2ee/home/applications/Xellerate/xlWebApp/tiles/
    9. I started patch_oc4j.sh. Ended successfully.
    10. Now I can see my modified jsp file in $XELLERATE_HOME/xellerate/webapp/precompiled/jsp-temp/tiles folder also.
    11.I tried to access the page but it is still showing my old jsp with no modification.
    What in the name of god am I doing wrong???

  • Servlet and JSP in OAS

    I'm developing web application with OAS
    4.0.8.1 and JDeveloper 3.0 and I want to call
    JSP from servlet using "RequestDispatcher".
    I downloaded JSP for OAS from www.olab.com.
    In the Release note, there is a description
    about RequestDispatcher, but I cannot
    understand about details.
    In what configuration can I use servlet and
    JSP together with RequestDispatcher. Anyone
    scceeded about that?
    null

    wan (guest) wrote:
    : Hi everyone,
    : I am using OAS 4.0.8 on Solaris 2.6. After viewing servlet
    : and JSP samples, I am kind of confuse whether OAS supports the
    : following options
    : 1. JSP
    : 2. servlet chaining
    : 3. running JDeveloper DB Servlet wizard
    : (oracle.jdeveloper.servlet.*) and Java Business Objects
    : (oracle.jbo.rt.cs)
    : Thank you for your time.
    I found a white paper 408newfead.pdf, that says under "Future
    Directions" that it will add jsp support. I read somewhere (I
    can't remember where exactly :( ) that said 4.0.8.1 would
    support
    JSPs. I don't know if this release is out yet.
    I wish Oracle would get with the times and put out a product that
    is consistent with the technology they are touting as the
    future.
    Having us download Suns server to run servlets and JSP is
    ridiculous for the worlds second largest software company!
    null

  • Does Oracle 9i Lite supports Thai language?

    We are developing mobile application[residing in a laptop] using java and Oracle 9i lite version [Release 5.0.2]. The application has English and Thai version. After we upload all the data[thai and english phrases] to Oracle lite from server [residing in Sun Solaris, Oracle 91] we were able to see the Thai characters in mobile, but for some phrases there is an extra English character amended to the phrase. We are not doing any char conversion here, just collecting the data from server and inserting to lite version DB.
    Entries in polite.ini are,
    [All Databases]
    DatabaseID=501
    DataDirectory=C:\oracle\ora90\Mobile\Sdk\OLDB40
    NLS_LOCALE=ENGLISH
    MessageFile=C:\oracle\ora90\Mobile\Sdk\BIN\OLITE40.MSB
    DBCharEncoding=Native
    When i ran through the release document for Oracle9i Lite Release 5.0.2, i can relalize that it is not supporting Thai language. Correct me if i am wrong.
    Did any of the latest Lite version supports Thai language. How about 10g? Or any alternatives is there in Release 5.0.2 itself.
    Thanks and looking forward for your reply.
    Best Regards,
    Muthu

    Hello,
    I am not sure to understand your question.
    Oracle Lite is a SQL Database , and you can access it from Oracle Application Server using the correct JDBC driver and then use the JSP Tag libs to access the data (JSTL SQL) or any JDBC API in J2EE.
    If I am not answering your question please add more details about what you are trying to achieve...
    Regards
    Tugdual Grall

  • JSP 2.1 and JSF 1.2 support?

    hi
    when can we expect to see JSP 2.1 and JSF 1.2 support in JDeveloper?
    br. aspa

    Good question Neila!
    Shay, thanks for the input.
    We urgently need these informations in order to design our strategies for future projects architecturing. For exemple, we are working on new Java projects at my company and are relying on JDev + ADF Faces + EJB 3.0 + OAS 10.1.3, based on the current Oracle implementation. I'm affraid I will have to rewrite code after you release new versions of those. If yes, I'll be personally in a big trouble... :-)
    Regards,
    Gustavo

  • HT201250 Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How

    Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How ?

    Time Machine is capable of backing up to multiple locations, and can be used to back up to both a local hard drive and a networked drive (provided that that drive is in or connected to a Time Capsule or another Mac that is sharing it over the network). The catch, though, is that you can't specify different things to back up to different destinations. Whatever you exclude from Time Machine backups is excluded from ALL backups, and whatever is included is included on all.
    So, get a large enough drive that you can back up everything you want in all locations, or use something else for maintaining the network backup.
    More information on these topics can be found here:
    How do I set up Time Machine to a shared drive on another Mac?
    How do I set up Time Machine to a Time Capsule or Airport Extreme?
    "Rotating" Time Machine backup disks

  • Does Mac Mini's HDMI-to-DVI cable support analog DVI monitors?

    The Apple website shows that the new (late 2012) Mac Mini comes with an HDMI-to-DVI adapter cable in the box :-)
    The DVI video connector standard supports both analog and digital video signal modes, but not all models support both modes.
    I have an old PC monitor with a DVI connector, which is probably analog only.  Will this work with the new (late 2012) Mac Mini?  
    In other words: does Apple's HDMI-to-DVI adapter cable support all DVI monitors, or only those with a digital input?
    Many thanks!
    - Martin

    Your right about the DVI standard support both analogue and digital. The three types are
    DVI-A (analogue only)
    DVI-D (digital only)
    DVI-I (supports both)
    In this case the HDMI to DVI adaptor will only support digital DVI. This is because the HDMI port only supports digital.
    Generally monitors with a DVI port support digital DVI, if you compare the socket and pins layout on the monitor to the one on the Mac adaptor if they are the same layout then that should indicate the monitor indeed supports digital DVI.
    Note: The maximum resolution supported by the Macs HDMI port is 1920x1200, if your monitor supports a higher resolution then you should get a Mini Displayport to DVI adaptor or if needed a Mini Displayport to Dual Link DVI adaptor (for the highest resolutions).
    The following may help http://en.wikipedia.org/wiki/Digital_Visual_Interface

  • TS1591 my classic iPod no longer appears in iTunes window when connected to iMac.  does this mean my device is no longer supported by iTunes? or incompatible with OSX?

    my classic iPod no longer appears in iTunes window when connected to iMac.  does this mean my device is no longer supported by iTunes? or incompatible with OSX?

    Hello stiannac
    Check out the article below for troubleshooting to get your iPod showing back up on your iMac
    iPod not recognized in iTunes and Mac desktop
    http://support.apple.com/kb/ts1410
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Why does itunes in France have a complete lack of english language content on the TV programmes... prefering to release dubbed programmes and not the original english language content, surely it will cost nothing to release both?

    Why does itunes in France have a complete lack of english language content... prefering to release dubbed programmes and not the original english language content?
    It would be just as easy to release both a dubbed version and then a subtitled version.
    I am a native english speaker but live in France. My father has just moved over to live with me in France and speaks very little French.
    The price for a television series is very often more than a dvd box set but does not offer language options.
    My French is passable but I would still prefer to hear the programme in English.
    Using itunes uk is not an option as my cards are french or english with a french postal address.
    The content has been adapted for the french site all i want is to access the original.
    The series i have been trying to buy is HBOs 'boardwalk empire'.
    The stupid thing is to please my father i would buy up most the HBO, BBC and Channel 4 content a cost of a couple of thousand euros.

    Try giving Apple feedback: http://www.apple.com/feedback and also contact the Apple headquarters at http://www.apple.com/contact  We are all fellow users and not Apple employees and often raise questions like yours ourselves.  If enough make Apple aware of a market/need then something may be done about it.
    France has come a very long way with regard to other languages.  When I lived in France, mid-880s, there was an entire Ministry devoted to the purity of the French language...that was the time the PC came out.  A TV news person was cashiered for using the term 'computer' on-air instead of the French created word 'ordinateur'.  They took the language extremely seriously at that time.  At least today there is recognition and even use of English by the masses

  • Does Robohelp HTML V 7.02.001 support Arabic language to generate context sensitive help

    Kindly let us know URGENTLY if RoboHelp 7.02.001 supports Arabic language to generate context sensitive help in Arabic. If RoboHelp does not support, let us know if there is any other workaround solution or third party integration tool that may help us to generate Arabic help files.

    The supported languages are listed in the help file, they do not include right to left languages.
    There are no tools that I know of but last week there was a post that might interest you.
    http://forums.adobe.com/message/2242235#2242235
    See www.grainge.org for RoboHelp and Authoring tips

  • Does the sender SOAP adapter support multiple operations per interface

    Hi guys,
    does the sender SOAP adapter support multiple operations per interface? (interface type of 7.1)?
    Thanks,
    Andrzej

    theoretically Yes.
    Do have a look into this when you get time
    /people/shabarish.vijayakumar/blog/2010/09/08/service-interface-and-multiple-operations--is-it-just-an-hype

Maybe you are looking for