Problem Displaying Unicode at the console

Hello,
What do I need to do to print out a unicode charecter which is of some other language for example ( telugu,an indian language).
I had found out that the unicode range for telugu is 0C00 to 0C7F.
I had tried doing char c = '\u0C10';
          System.out.println(c);
But I could only see that a '?' symbol is being printed to the console.
Could some one suggest an alternate or what is wrong with what I'm doing?
Thanks in advance.

I can install my local language font, but would it be
helping things out?I told you, I have Japanese installed, and it didn't help me. Joni offered you a suggestion or two. Did you try them?
because I think the unicode chraecter set relies on
local OS! But I'm not sure.I don't know how much it depends on the OS, but it definitely depends on the capabilities of the program running. MS Word supports unicode, but that doesn't mean all Windows programs do.
Why does'nt Windows XP Support Unicode at command
prompt?Because cmd.exe is a very old program and probably the folks at M$ figured the way it's used it doesn't need to support unicode.
Why do you need unicode in your command prompt?

Similar Messages

  • Nexus 1000V. problem when working with the console VMWare

    I have a problem when working with the console VMWare.
    Sometimes it is impossible to connect any of the hypervisor to the guest OS managed by them.
    I get the message: "Unable connect to the MKS: Host address lookup for server <name of the hypervisor> failed: No such host is known."
    This message always appears in conjunction with the reconfiguration of virtual switch: "Reconfigure vNetwork Distributed Switch .... Initiated by Cisco_Nexus_1000V_ ....."
    Upon completion of the reconfiguration, Communication console, with guest OS is restored, or on its own or after a reboot srv-vc.
    In this time, I do not see any message in Nexus 1000v log.
    What is this?
    Thanks in advance.

    Smells of a DNS issue.  Are you sure your ESX hosts are reachable from your client via DNS hostname?  Try pinging them from a command prompt/terminal.  You may have DNS server issues.
    As a temp fix, edit your [windowspath]/system32/etc/drivers/hosts file and manually add the ESX host name and IP, then re-test.
    Regards,
    Robert

  • Help using right-click to display text in the console/call a pop-up menu

    Hi folks,
    I hope someone can help me with this problem because, to be honest, I cannot see where I'm going wrong!
    Basically, I'm trying to create a routine to display a bit of text in the console (and, if I can get this to work, call a pop-up menu) if a user clicks on an image panel (which I've already created and works fine). My code for this is as follows:
    // --- Rest of program here
    this.addMouseListener(new MouseAdapter()
    public void mouseClicked(MouseEvent e)
    // This bit works fine
    if (e.getClickCount()>=2)
    // Display a dialog box if the user double clicks on the panel
    else if (e.isPopupTrigger())
    System.out.println("Right mouse button clicked")
    // Rest of program in hereThe problem is that, despite my best efforts, "Right mouse button clicked" does not display in the console if the right mouse button is clicked, and I cannot figure out why. I can, however, get it to work PARTIALLY if I use e.isControlDown(), but this only works (I guess) if the user is working on a Mac but isn't using an external mouse. Not ideal.
    I'm developing on a Mac (10.4.8) using Eclipse (rather than a PC), but this surely cannot be the problem?

    Do you start this application in a console window?
    If yes then isPopupTrigger() is never true - presumably mouseClicked gets called.
    If no then please note that java does not 'pop' a console window when System.out is called. System.out represents an existing output connection. If you want to pop some sort of console then you need to add code to do that.

  • Problems displaying unicode encodeded characters in components

    I'm having problems getting Flash to display unicode that is
    imported from XML. In the example below the unicode characters in
    the name tag come through in Flash exactly as typed eg: \u00EA
    The xml file is written by PHP.
    <?xml version="1.0"?>
    <!-- Generated On: Sep-11-2007 12:24:19
    --><Colortool><Siding><item><type>c</type><id>11</id><name>Rev\u00EAtement
    Sp\u00E9cial</name>
    etc..
    However I've also tried re-saving the file manually in an
    editor encoded as UTF-8. Same result.
    Setting up a little test like:
    temp = "Rev\u00EAtement de premi\u00E8re qualit\u00E9";
    trace ("temp: " + temp);
    Traces: Revêtement de première qualité as
    expected.
    Any ideas why it works when the variable is set in Flash, but
    not when it's loaded from XML?
    Thanks,
    Anson

    By experimenting and some searching through the net I figured out that you need to set the right font. Kannada can be displayed using Tunga font on windows. But neither HTMLEditor nor TextArea has a setFont() method. Instead I tried with Text.
    text.setFont(Font.font("Tunga", 25.0));
    This worked partially. For example, if I try printing the character 'ಲಿ' its two component characters 'ಲ ಿ' are getting printed. They are not joining to form one single character 'ಲಿ'. Kannada like other Indic scripts is a complex layout script and I figured out from this post that complex layouts are not yet supported.
    Re: Urdu language support in Javafx UI Controls
    Unfortunately I cant use javafx for my purpose :-((

  • Problems displaying characters on the terminal

    This screenshot shows my problem.
    When i type anything in the console, it starts doing this funny efect... and, of course, is a bit confusing since somethimes you cannot see what you are typing.
    Video card is a nvidia one: Compiz fusion activated and free drivers installed (same issues happened to me with the propietary ones)
    Any ideas on how to fix it?

    Try --indirect-rendering and/or --loose-binding for compiz. I'm not too sure if these are the exact names of the options but it should be something alike.
    Last edited by kowalski (2009-08-25 08:44:18)

  • Problem displaying Unicode text.

    Hi guys,
    I am new to I18N. i want to display some unicode text using java program. But i always get "???"..any idea??
    public class I18N {
    public static void main(String[] args) throws Exception {
    String street = "\u65E5\u672C\u8A9E";
    System.out.println(street);
    if i use unicode value equivalent to english chars, it works fine..i know there is some problem in loading the corresponding fonts..but not able to nail the problem.psl help..examples appreciated.

    For example if you have a MS-OS check this site
    http://www.hclrss.demon.co.uk/unicode/fonts.html
    or you could simple try every font you can find on your system.

  • I can't get Xcode 4 to display anything in the console...help!

    I'm running a simple "hello world" program just to test xcode 4, and when I build it, xcode says the build succeded but not a thing shows up in the debug console....it's throwing me for a loop because i've had no problems running xcode 4 on my work computer.  Any ideas.  Here's the code:
    #include <iostream>
    int main ()
        using namespace std;
        cout << "Hello" << endl ;
        return 0;
    Is there a setting issue I'm missing or what.  I even reinstalled lion, and xcode 4...

    Foothill1, would it be possible for us to get on the phone? Things would go so much quicker that way I think and I am sort of under the gun over here. I believe I am just one small step away from having this work if I could just explain the setup to someone
    and have them tell me what I have not done. My direct e-mail is mluther @ elsegundo .org, if you would be willing to talk live just send me you contact info there.
    Mark

  • How to display unicode in the User's Display Name area

    AS the help suggests:
    http://help.sap.com/saphelp_nw04/helpdata/en/e4/c016987fbca343801d41096f124ec4/frameset.htm
    to display chinese characters,we change the template, as follows:
    ume.users.displayname_template=, \u767B \u5F55
    but that doesn't work:
    still:
    A, B  \u767B \u5F55
    Anybody encounter this problem?
    Thanks!

    Hi ,
    Thanks for your quickly answer!
    I use the numc input field in the dialog's screen.
    I am not sure how to do the realize the function like 'UNPACK'?
    In fact, I can't changed my input field's data type.
    When the status of my input field is display, I can display the zero on the screen. But when the input field is input status , there is blank!
    Regards
    Trevor

  • Problem displaying images from the content manager

    I am displaying an html page from a <cm:select> but the images do not display.
    I have set up the dmsbase directory as per the samplePortal, and loaded the content.
    The HTML displays, but with errors for the images.
    Here's the select from the portlet:
    <cm:select contentHome="<%=ContentHelper.DEF_CONTENT_MANAGER_HOME%>"
    query="type='page'"
    id="textDocs"/>
    <es:forEachInArray array="<%=textDocs%>" id="aTextDoc" type="com.bea.p13n.content.Content">
    <p><cm:printDoc id="aTextDoc" failOnError="true" /></p>
    </es:forEachInArray>

    OK, I found Greg's reply and that fixed it, once I played with it a bit.
    "Cory McGinnis" <[email protected]> wrote:
    >
    I am displaying an html page from a <cm:select> but the images do not
    display.
    I have set up the dmsbase directory as per the samplePortal, and loaded
    the content.
    The HTML displays, but with errors for the images.
    Here's the select from the portlet:
    <cm:select contentHome="<%=ContentHelper.DEF_CONTENT_MANAGER_HOME%>"
    query="type='page'"
    id="textDocs"/>
    <es:forEachInArray array="<%=textDocs%>" id="aTextDoc" type="com.bea.p13n.content.Content">
    <p><cm:printDoc id="aTextDoc" failOnError="true" /></p>
    </es:forEachInArray>

  • I cannot display unicode

    I am new to java programming and I have a sample program which display a unicode characrer as below
    class checkCharacterLiterals{
         public void main static(String[] arguments){
              String testString;
              testString="Madura Makalandana\u2122";
              System.out.println(testString);
    the \u2122 for displaying the TM character. But when the program runs, it display another unknown character. Please advice for me

    You can't display unicode in a console/terminal/dos window unless the console/terminal/dos window supports it. You are using System.out.println... if you want to see the text, create a JTextArea or something to append the text to.

  • My 2011 Imac 27" has been crashing and running very erratically and slowly. The only change has been the update to 10.8.1, I will paste the consol kernal panic report.  Is there a software conflict?

    Hi, first time posting on the forum. I own a 2011 IMAC i5 with 12gb of ram 27 inch. Over the last five days the computer has been crashing and running very erratically. When the computer has crashed the entire computer has become unresponsive and frozen, requiring a reboot or two. At other times the computer has slowed way down and the dreaded spinning beachball has appeared and the computer takes its sweet time trying to process something. Iphoto has also crashed independently when the beahball will not disappear. THE entire system is running way below its usual stellar quad performance. I have run a ram test and everything has come back clean, I have fixed any broken permissions, and deleted any newly added software (starcraft2). There is over 250Gb of hard drive free and the activity monitor shows no unusual processes. The computer automatically updated it self recently to 10.8.1 has this caused a conflict with some software? Or is there a deeper problem?
    Below are the console reports. There are also reports for unversalaccessd  ,  mdworker, Isregister, loginwindow, iphoto, DMproxy which can be supplied.
    Thanks for any help.
    Richardx
    Interval Since Last Panic Report:  337136 sec
    Panics Since Last Report:          1
    Anonymous UUID:                
    Sun Aug 12 20:59:17 2012
    panic(cpu 3 caller 0xffffff80118b7b95): Kernel trap at 0xffffff801183fbea, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000010, CR3: 0x00000000bddec000, CR4: 0x0000000000000660
    RAX: 0xffffff8011e8eb04, RBX: 0x0000000000000000, RCX: 0xffffff8011e8eb00, RDX: 0x0000000000000000
    RSP: 0xffffff817272bd90, RBP: 0xffffff817272bdc0, RSI: 0x00000000533ce620, RDI: 0xffffff802e075618
    R8:  0x000000000002a1d7, R9:  0x0000000000000000, R10: 0xffffff8163066000, R11: 0x0000000000000201
    R12: 0xffffff802e075618, R13: 0xffffff802e075620, R14: 0xffffff8048c3af58, R15: 0x0000000000000001
    RFL: 0x0000000000010082, RIP: 0xffffff801183fbea, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000010, Error code: 0x0000000000000000, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff817272ba30 : 0xffffff801181d5f6
    0xffffff817272baa0 : 0xffffff80118b7b95
    0xffffff817272bc70 : 0xffffff80118ce4ad
    0xffffff817272bc90 : 0xffffff801183fbea
    0xffffff817272bdc0 : 0xffffff801181a32a
    0xffffff817272be50 : 0xffffff801184f990
    0xffffff817272be80 : 0xffffff8011820abd
    0xffffff817272beb0 : 0xffffff8011810448
    0xffffff817272bf00 : 0xffffff80118195fb
    0xffffff817272bf70 : 0xffffff80118a5ad6
    0xffffff817272bfb0 : 0xffffff80118ced13
    BSD process name corresponding to current thread: ScreenSaverEngin
    Mac OS version:
    12A269
    Kernel version:
    Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    Kernel UUID: 8D5F8EF3-9D12-384B-8070-EF2A49C45D24
    Kernel slide:     0x0000000011600000
    Kernel text base: 0xffffff8011800000
    System model name: iMac11,3 (Mac-F2238BAE)
    System uptime in nanoseconds: 213783527015426
    last loaded kext at 26227504573982: com.apple.driver.AppleUSBCDC    4.1.21 (addr 0xffffff7f93a52000, size 16384)
    last unloaded kext at 26341760265155: com.apple.driver.AppleUSBCDC    4.1.21 (addr 0xffffff7f93a52000, size 12288)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp    4.1.6
    org.virtualbox.kext.VBoxNetFlt    4.1.6
    org.virtualbox.kext.VBoxUSB    4.1.6
    org.virtualbox.kext.VBoxDrv    4.1.6
    com.Cycling74.driver.Soundflower    1.5.1
    com.apple.filesystems.afpfs    10.0
    com.apple.nke.asp_tcp    7.0.0
    com.apple.filesystems.msdosfs    1.8
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch    75.15
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOBluetoothSerialManager    4.0.9f8
    com.apple.driver.AGPM    100.12.69
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AppleHDA    2.3.0f2
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport    4.0.9f8
    com.apple.driver.AudioAUUC    1.60
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.ApplePolicyControl    3.2.6
    com.apple.driver.AppleUpstreamUserClient    3.5.10
    com.apple.driver.AppleMikeyDriver    2.3.0f2
    com.apple.driver.AppleBacklight    170.2.3
    com.apple.kext.AMDFramebuffer    8.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.AMDRadeonAccelerator    1.0.0
    com.apple.driver.AppleIRController    320.15
    com.apple.driver.AppleUSBCardReader    3.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    34
    com.apple.iokit.SCSITaskUserClient    3.5.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.2.0
    com.apple.driver.AppleFWOHCI    4.9.5
    com.apple.driver.AppleUSBHub    5.1.6
    com.apple.driver.AirPort.Atheros40    600.70.23
    com.apple.iokit.AppleBCM5701Ethernet    3.2.5b3
    com.apple.driver.AppleAHCIPort    2.4.0
    com.apple.driver.AppleUSBEHCI    5.1.5
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleACPIButtons    1.6
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.6
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    196.0.0
    com.apple.nke.applicationfirewall    4.0.39
    com.apple.security.quarantine    2
    com.apple.driver.AppleIntelCPUPowerManagement    196.0.0
    com.apple.security.SecureRemotePassword    1.0
    com.apple.driver.AppleBluetoothHIDKeyboard    165.5
    com.apple.driver.AppleHIDKeyboard    165.5
    com.apple.driver.IOBluetoothHIDDriver    4.0.9f8
    com.apple.driver.AppleMultitouchDriver    235.27
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSerialFamily    10.0.6
    com.apple.driver.DspFuncLib    2.3.0f2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport    4.0.9f8
    com.apple.iokit.IOAudioFamily    1.8.9fc9
    com.apple.kext.OSvKernDSPLib    1.6
    com.apple.iokit.IOSurface    86.0.2
    com.apple.iokit.IOBluetoothFamily    4.0.9f8
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.driver.AppleGraphicsControl    3.2.6
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleSMC    3.1.3d11
    com.apple.driver.IOPlatformPluginLegacy    1.0.0
    com.apple.driver.AppleHDAController    2.3.0f2
    com.apple.iokit.IOHDAFamily    2.3.0f2
    com.apple.driver.IOPlatformPluginFamily    5.2.0d16
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOAcceleratorFamily    19.0.26
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.kext.AMD5000Controller    8.0.0
    com.apple.kext.AMDSupport    8.0.0
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.5.1
    com.apple.iokit.IOUSBMassStorageClass    3.5.0
    com.apple.driver.AppleUSBMergeNub    5.1.5
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.5.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.5.1
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IO80211Family    500.15
    com.apple.iokit.IOEthernetAVBController    1.0.2b1
    com.apple.iokit.IONetworkingFamily    3.0
    com.apple.iokit.IOAHCIFamily    2.2.0
    com.apple.iokit.IOUSBFamily    5.1.6
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.8.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    220
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    344
    com.apple.iokit.IOStorageFamily    1.8
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.6
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    System Profile:
    Model: iMac11,3, BootROM IM112.0057.B01, 4 processors, Intel Core i5, 2.8 GHz, 12 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54313235533654465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54313235533654465238432D48392020
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435435313236344243313333392E4D313646
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435435313236344243313333392E4D313646
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: PIONEER DVD-RW  DVRTS09
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x0900, 0xfa140000 / 5
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IEEE-1284 Controller, 0x067b  (Prolific Technology, Inc.), 0x2305, 0xfd140000 / 5
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

    Update Soundflower to the most recent version. You have an unsupported edition. http://code.google.com/p/soundflower/downloads/detail?name=Soundflower-1.6.6b.dm g&can=2&q=

  • Problem with printing only 1 copy from the console on an HP photosmart 7760.

    When printing 4X6 borderless copies from a memory stick at the console the first picture correctly prints 1 copy but subsequent pictures show they are printing 1 of 2 copies. No matter how I set the number of copies this problem persists.
    I have tried to set the number of copies directly and also to the default setting. Neither works after the first picture.
    Any suggestions?
    **bleep** 

    Hello there! Welcome to the forums @UHBCDDP,
    I read about the printer issue you're having with it randomly printing out pages.
    I am really unsure of what could be causing the problem for sure, however, I have an idea that it could be related to the alignment of the unit itself. The steps I have are below and I'd suggest giving them a try to see if it helps!
    Try the steps from here: A 'Cartridge Problem,' 'Cartridge Failed,' or 'Incompatible Cartridge' Error Message Displays on the...
    I hope that helps! You can also try power resetting the printer and ensure the printer is plugged in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and may help greatly.
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions: click here.
    Thank you for visiting and posting in the community, I hope you have a wonderful day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Problems realted to changing the language for non-Unicode programs from one into anther.

    Hi,
    Hi everyone!
    Product Name: HP Pavilion dv6-6093ex
    Product Number : LM610EA#A2N.
    My Windows 7(464Bit) Ultimate,  and its base language, and display language is English.
    The Languages(English, French and Arabic) built-in (came re-downloaded and re-installed by the person who made the Windows disc installation). Thus, while installing Windows 7, those three lanauge listed for me to choose one of them to be the base language
    and display language, I have chosen 'English'. In the End of installation, there are three pre-packaged languages(English and French and Arabic) can be used as a display language.
    I would like anyone kindly to confirm for me why I have been facing these problems when changing  language for non-Unicode programs from English into Arabic.
    First: After I have installed the  AMD High-Definition Graphics Driver (sp55092) 8.882.2.3000 on my laptop. The contents of the of Intel Graphics and Media Control Panel are partially shown in Arabic while language for non-Unicode programs
    is Arabic, however, they are completely shown in English while language for non-Unicode programs is English.
    A: I found that contents of the of Intel Graphics and Media Control Panel are partially shown in Arabic (second screen shot below, however,
    when click on any options, for example 'Graphics properties' shown in Arabic in, the second window is shown in English) while language for non-Unicode programs is
    Arabic, and it doesn't matter what format or location is.
    B- when I changed language for non-Unicode programs into 
    English.
    I found that contents of the Intel Graphics and Media Control Panel are completely shown in English .
    Second:
    A- Only All Arabic contents will be displayed encryptely while language for non-Unicode programs is English
    B-  All the Arabic contents are displayed properly   while language for non-Unicode programs is  Arabic.
    Third: an error extracting drivers and software downloaded from official HP website while language for non-Unicode programs is English.
    A-  I noticed an error extracting all kinds of comprised files(drivers and software) downloaded from HP website while language for non-Unicode programs is English and whatever location and format are:
    B- However  while language for non-Unicode programs is Arabic, there is no error extracting files.
    In conclusion, Is it normal
    for all of you the contents of the of Intel Graphics and Media Control Panel are partially shown in your native while  language  used
    for non-Unicode programs is your native lanague, however, they are completely shown in English while language for non-Unicode programs is English?.  IF so I would be saying that if I have wanted the  contents of documents written in my language
    Arabic to be shown properly, then then I
    must let the language for non-Unicode programs be Arabic.
    Is this happens with you as well?
    Also, if I need extracting all kinds of comprised files(drivers and software) downloaded from HP website, then language for non-Unicode programs
    must be in my Arabic lanague English and whatever location and format are.
    Is this happened with you as well?
    I would highly appreciate any clarification from you.
    A man should convert his anger and sadness into strength to continue living in this life.

    Hi,
    I am confused about your issue.
    when you changed language for non-Unicode programs into  English, it show English.
    while language for non-Unicode programs is Arabic, it show Arabic, If it's none-Unicode.
    This is correct. Why you think it's an issue?
    About your second scenario description, I was not clear what you said. Could you give us a explanation?
    Note: System display language is not the un-Unicode program language.
    You can just choose one language to display the system at same time.
    This article might be helpful to you:
    Install or change a display language
    http://windows.microsoft.com/en-in/windows7/install-or-change-a-display-language
    Change the system locale
    http://windows.microsoft.com/en-in/windows/change-system-locale#1TC=windows-7
    Karen Hu
    TechNet Community Support

  • Problem with getting unicode values from console

    Hi,
    In my application I am passing unicode value like \u00DF from console. and writing this string value to a utf8 file. But in the file the value is printed not the actual unicode character.
    Where the things are getting wrong.
    I have declared a string in java like ;
    String abc = "\u00DF";
    and printed this to a utf8 file, it works fine and the corresponding unicode character for \u00DF is printed.
    Why the unicode value passes from console is not working property. How can i resolve this ?
    Thanks in advance...
    <!--Session data-->

    And how are you putting it into the console in the first place?

  • Hey, I'm fixing up a Power Mac G5 for a friend, he gave me a Cinema HD 30' display to use with it. My problem is, the Power Mac G5 doesn't have a place where I can plug in one of the display's cords. the cord is called a "DC power (24.5 V)"

    So the Cinema HD's DVI goes in fine, I don't remember what video card is in the computer, all I know is it's Nvideo, it's old, only like 256MB, but does have two DVI ports. Anyway, then the display's firewire and USB can go in. But there's this weird thing, had to do some research to figure out what the connector/cord is called. it's the size of a USB, rectangular with oval sides. It's called a "DC power (24.5 V)" I'm like, what the heck is this thing? it won't go into the computer anywhere, I'm assuming I need some sort of adapter?? Help please, if I need an adapter or video card, links would be extremely helpful.
    Best regards,
    Poly

    I don't believe so, I have a DVI to ADC adapter I was messing with, my DVI from the display plugs into the adapter, then i grap the adapter's ADC connector, and it does not go into my Power mac G5's video card. So that confirms that the display is DVI, and works with my DVI video card perfectly. It's just the one wire/connector that apple calls the "DC power (24.5 V)" that won't go in anywhere. Basically the display has a DVI connector, firewire connector, and USB, which all go into my Power mac G5 fine. However, it has another wire with a connector that won't go in anywhere, from what I've read off the teach specs of my Cinema HD 30' that final connector/wire is listed as "DC power (24.5 V)"
    So my problem is with that. I have NO idea what it does, or goes into. When I google "DC power (24.5 V) Apple" it comes up with weird images none of which have that connector. So I'm just so. Confused.

Maybe you are looking for

  • Special charctor in password

    how to create a user u1 with password as p123#%"&*@ from sqlplus Edited by: user10836551 on May 30, 2010 9:59 AM

  • ABAP code - General question

    Hi Guys, What is the difference between the following statements? In what scenarios should we use these? a.   CREATE DATA data_ref LIKE LINE OF xth_data.      ASSIGN data_ref->* TO <ls_data>. b.   LOOP AT xth_data ASSIGNING <ls_data>. c.   LOOP AT xt

  • About subcontracting process

    Hi Sap Gurus, While doing the GR for subcontracting process I am getting this error message: Field selection for mvmt type 543 / acct 400020 differs for Business Area (033) So what could be the possible solution? Thanks Sha

  • Mass extraction of BLOBS using OAF/Java

    We have multiple documents stored as BLOBS in the database with an OAF UI to find/list all the documents. We need to be able to do a mass extract to eg. a zip file of selected documents (or possibly) all documents. Whats the best/simplest way to do t

  • Problem report

    Hi my mac keeps crashing since the leopard upgrade can some one please help me out with this crash report as i dont understand them Mon Nov 5 16:58:32 2007 Unresolved kernel trap(cpu 0): 0x700 - Program DAR=0x000000011B904000 PC=0x0000000005889A00 La