How to change charset into extended set?

Hi, my server is setup with en_US.iso8859-1, I would necessity to change this set to get a special accented chars, such as "�,�,�,�" and so on. In practice, I would change this charset to it_IT.iso8859-15.
I tried to change var locale, such as LC_* but it doesn't work, I still have old character set. How to do this?
Thanks

Hi,
If you are attempting this on Solaris 8, then would suggest to have look on info doc 23063 on http://sunsolve.sun.com.
Hope this helps you.
Thanks,
Santosh

Similar Messages

  • How to change the standard layout sets in ALV List

    Hi Gurus,
    How to change the standard layout sets in ALV list.
    Is there any standard program ? or specific way to acheive this?
    Kindly drop some clues?Every valuable clues rewarded more points........
    Thanks in Advance,
    Dharani

    Hello Dharani
    All required function modules can be found in function group SLVC (assuming that you are using OO-based ALV or, at least, fm REUSE_ALV_GRID_DISPLAY_LVC):
    LVC_VARIANT_DEFAULT_GET (Read default display variant (description only, w/o field catalog))
    LVC_VARIANT_EXISTENCE_CHECK
    LVC_VARIANT_F4 (Display variant selection dialog box)
    LVC_VARIANT_SELECT (Read a display variant)
    For a sample report using LVC_VARIANT_DEFAULT_GET have a look at BCALV_GRID_10.
    Regards,
      Uwe

  • JS confrim popup message box - How to change it into yes or no button?

    confirm popup message box is always with OK or Cancel Button?
    How to change it into Yes or No Button?
    Thank you.

    I don't think you can change those buttons. However you may try use some rich Javascript library like YUI (Yahoo! User Interface) to pop up custom alert and confirm boxes.
    See [http://developer.yahoo.com/yui/examples/container/simpledialog-quickstart.html]
    Cheers,
    Hari

  • How to change a folder layout set using KM api?

    Hello,
    I'm developing a program using KM api that creates different folders with properties, permissions, ... I want to use a different layout set depending on the folder that i am browsing, but these folders are created dinamically, so I cant set a different layouts set for each one manually (Details > Display > ...).
    Does anybody know how I could do it using KM api? I mean, that every time I create a folder using KM api I should assaing dinamically the default layout set for this folder. I searched in the api and examples and I didn't find anything.
    Thanks in advance and best regards,
    JC

    Hi all,
    Problem solved... I decompiled standard code and I did what SAP do when they want to change a folder layout set:
    IResourceContext context = ResourceFactory.getInstance().getServiceContext("cmadmin_service");
    com.sapportals.portal.security.usermanagement.IUser puser = context.getUser();
    ICollection collection = (ICollection)ResourceFactory.getInstance().getResource(RID.getRID("folder_path"),context);
    IRepositoryServiceFactory factory = ResourceFactory.getInstance().getServiceFactory();
    ILayoutService layoutService = (ILayoutService)factory.getRepositoryService(collection, "LayoutRepositoryService");
    ILayoutContext userContext = layoutService.getContextForUser(puser, "");
    ContextProperties commonProperties = new ContextProperties(layoutService, collection, userContext.getAnonymousContext(), layoutService.getProfiles(), new HashMap());
    commonProperties.initFromPersistence();
    commonProperties.setSelectedProfileID("LayoutSetProfile");
    commonProperties.setSelectedLayoutsetID("ID_of_my_layout_set");
    ArrayList errormsg = new ArrayList();
    commonProperties.save(null, errormsg, false);
    Thanks and regards,
    jc!

  • How to Change Sequence Resolution After Setting Your Sequence Resolution

    Hello, I am using premiere pro on a mac and I started a project. I set my sequence settings. After putting together my movie and prepared it for export, I noticed that I initially made a mistake in my sequence settings and forgot to set my resolution to 1080p.
    I tried going back into my sequence settings and changing the resolution but it is grey and not accessible.
    Is there a way to either change the resolution or somehow duplicate the sequence into a new one with a higher resolution?
    I spent much time on this sequence and I do not want to do it all over again due to a little mistake.
    Please help?!
    Thanks.

    Thank you for the quick response. How do you copy paste a whole sequence into a new one?

  • How to change default media player setting in Mountain Lion

    I right click on the desired media player, then I click on "get info" and another pop up appears,
    but there is no "open with" selection!  See pic below:
    I open the application folder in the Finder window, I highlight the desired media player, I go to the top and
    click on File and in the drop down menu, the "open with" is grayed out.  Why?
    How do I change the default media player setting or better yet, where do I find what is the default player?  Help Please!

    CheeMiss8
    you need to find the file you are trying to have open with a specific application.
    for example, I'm going to use an MP4 file titled cat_adventure video.
    here it is in finder
    I right click (secondary click) it in finder, and then hold down the option key on my keyboard.
    the Open With dialogue should change to "Always Open With" and then you choose your application from the pull out menu when you hover that.
    You can make it so all MP4 or whichever file you are using (AVI, MKV, etc) to open with a specific app by right clicking the file choosing get info
    The difference here is I'm not selecting the application but a file with the extension of the video format I always want to be opened with a specific application
    once in the get info menu I can then select to have the video always open with a certain app.
    1.click the open with accordion menu arrow if it is pointing to the left. it should be pointing down.
    2.select the application you want to always be associated with that file format
    3.select Change All to have that file format always be opened with that Application.
    Where this isn't working for you is because you are doing this to the Application itself. you don't do it like that. You need to find the type of file you are trying to open with itunes and then go through these steps.
    selecting the application (itunes) instead of the file (mp4, avi, mkv, flv) will not allow you to set what the file format lets you use to play your video.
    having said that, itunes is very limited in what it can and can't play. Mainly .mov and mp4's (apples proprietary extensions)

  • How to change "view as icon" setting for several controls/indicators at same time?

    I got a LabVIEW application from other people. Unfortunately, all of controls and indicators are displayed as icon on block diagram. How can I do the batch change for these kind of setting?
    Thanks in advanced.

    Christian, that only works on new terminals.
    You can find a VI which does this here. If you want the ability to do this yourself, you should do a search for "LabVIEW scripting" and read about it first.
    Try to take over the world!

  • How to change the database character set?

    Hi,
    We have installed jboss turkey with MySQL and we want to prepopulate name fields like with data from the database in multilingual enviroments i.e. greek,english and russian e.t.c.Where and how can we change that?

    I'm not sure, but in other environments, you have to change your JDBC settings.
    So, this must be in (imho)  C:\Adobe\LiveCycle8\jboss\server\all\deploy\adobe-ds.xml
              IDP_DS
              jdbc:mysql://localhost:3306/adobe
              com.mysql.jdbc.Driver
              adobe
              INSTALLER
              1
              100
              20000
              10
              50
              TRANSACTION_READ_COMMITTED
    I would change the
    jdbc:mysql://localhost:3306/adobe
    to
    jdbc:mysql://localhost:3306/adobe?charSET=YOURCHARSETHERE
    That's the way I do it in other jdbc connections, so I think this will work here too ...
    Regards
    Yves

  • How to change the database character set on physical standby database?

    Hi,
    We have a database with character set WE8ISO8859P1 and migrated the character set to WE8MSWIN1252 using csscan/csalter scripts. This database has a physical standby database setup also and after the migration, the physical standby database is still showing the character set as WE8ISO8859P1. How can I change the characterset on the physical standby? I raised a Service Request with Oracle, and they said that recreating the standby database is the only supported way of changing the char set on the standby database. Is this true?
    Thanks,
    Sreekanth

    Thank you, Robert, for your reply.
    The standby is in sync with the primary.
    see below
    SYS@sisprod>select * from v$dataguard_stats;
    NAME VALUE UNIT TIME_COMPUTED
    apply finish time +00 00:00:00.0 day(2) to second(1) interval 12-NOV-2009 14:02:46
    apply lag +00 00:00:00 day(2) to second(0) interval 12-NOV-2009 14:02:46
    estimated startup time 11 second 12-NOV-2009 14:02:46
    standby has been open N 12-NOV-2009 14:02:46
    transport lag +00 00:00:00 day(2) to second(0) interval 12-NOV-2009 14:02:46
    SYS@sisprod>
    I am selecting from v$nls_parameters;
    I don't know how to restore the controlfile from primary. Could you please tell me how to do it?
    Thanks,
    Sreekanth

  • How to change to MobileMe and set up multiple mailboxes

    My IPhone is currently set up with my desk top computer email server as my primary mail server on my IPhone and I want to change it to MobileMe and add some inboxes for that account. How do I do that?

    A MobileMe account is accessed as an IMAP account. All server stored mailboxes with an IMAP account will be available automatically when accessing the account with the iPhone's Mail app and all server stored mailboxes are kept synchronized with the server with each email client used to access the account.
    Unless your other email account is an Exchange or IMAP account, you won't be able to do the same with the other account. Server stored mailboxes are not available with a POP account.
    The only way to have the same mailboxes on your iPhone that are available with Mail.app on your Mac is with an Exchange or IMAP account with server stored mailboxes with the account.

  • How to change MSN account birthday setting?

    Hi,
    I register my MSN account in year 2004. I entered the wrong birthday at then. Since MSN messenger is merging with Skype now, I can not merge the two accounts because my MSN account's birthday is marked as 2004, not meet the age limit. How can I change the birthday setting in MSN account?
    thanks,
    Su

    once you sign out just click sign in and put the new email address in the "Username" field and your correct password then click OK
    it will look like it is doing nothing but give it time and it will sign you in with the new username.
    is it possible you have multiple itunes accounts?
    when you changed your itunes account from your me.com to your gmail.com address did you change it within the itunes Edit Account Info ('Store' menu then select 'View My Account', then sign in , select edit account info) or did you just create another itunes account?
    be well

  • HT5467 How to change the location service set up when the icon is not inactive?

    I can not setting up the location services and change individual location service for each application since the icon are all in the dead icon and I cannot change anything. Is there anyway to make those icons in active?

    Here is what I was referring to - when in Control Center, I have the database locations. (sources, targets, OWF etc). Under a database location I selected the connector/location name under Connectors. When I select Deploy Action to Drop the connector/location name will remain. However, if you were to check in the database or the Repository Browser (Locations Report) you will see that the db link is gone. At this point you can safely modify the Locations info in the Connection Explorer (in Design Center). On the other hand, if you want the location to be deleted all together then now you can delete it in the Connection Explorer panel. If you did the prior drop step then at this point all db link info should be gone from the database.

  • How to change the hostname was set/defined in SAP system?

    Dear Expert,
    My customer met a problem about that:
    he defined his host name with small characters(lower case) "abc" when he installed the SAP system (Windows2003(x64)-Solman70SR4).
    But in SM21, the title of sm21, the hostname was recognize as upper case "ABC".
    in SM51, the hostname was also recognized as upper case "ABC"
    in STMS, the tab of 'transport tool', it is recognized as lower case "abc" in TRANSDIR.
    in SM59, it is recognized as upper case "ABC" in internal connections, but recognized as lower case "abc" in ABAP connections, such as TMSADM@<DB>.DOMAIN.<sid>
    While in Java URL, it is recognized as lower case "abc". With my test, the Java URL is not case sensitive for the HOSTNAME part in HTTP link as I tested to change the hostname both in upper case and lower case in etc\hostname file, the URL both are working. (not sure if this is due to the test is with intranet or not).
    Based on SAP note 611361, it seems that:
    "Hostnames must be considered "case sensitive". That means
    hostnames shall be used in the same case (upper or lower) in all
    SAP configurations as well as in the network configuration (DNS
    or etc/hosts). You must ensure consistent name resolving of the
    hostname from hostname to IP address and back from the IP address
    to the the same hostname (case sensitive match). See also note
    129997."
    Please help to suggest.
    Many thanks in advance,
    Perry Song

    Section  4.13 "Checking the Consistency of the Host Name" in [This Upgrade Guide|https://websmp208.sap-ag.de/~sapidb/011000358700000353422008E]  has a good explaination of what & how to check your hostname / parameter configuration.
    on a windows box, another way to get the TCP/IP name is to type  'hostname' from a CMD window.

  • How to change photo into a pastel illustration in PSE 11

    Hi from a newbie.  I am trying to find a nice effect which will create pastel illustrations from my photos. I think it is done in PS by turning the photo into black and white first then using Oil Paint filter to work towards the soft effect I am after.  I can't find a way to get this effect in my PSE 11, does anyone have any ideas to help. Many thanks.

    Try this:
    Open picture file
    CTRL+J to copy
    CTRL+SHIFT+U to remove color
    CTRL+J to copy b/w layer, then CTR+I to invert
    Change Blending mode of inverted layer to color dodge
    Go to Filter>Other>Minimum ---4px
    Go back to original layer with color, CTRL+J to copy
    Drag that layer to the top of the stack of layers in the layers palette, and reduce layer opacity
    Merge the top 3 layers so you're left with 2 layers
    CTRL+J to copy the top layer
    Go to Filter>Artistic Poster Edges. Play with the sliders and reduce the layer opacity to suit

  • How to change charset in my app?

    Hi all. I have some troubles with charset in my air app. I need to insert some text in Russian (cp-1251) with Javascript function in html page.
    But it always in utf-8 (i think). I use Aptana Studio.
    Somebody help plz.

    Try setting the page encoding or using the HTMLLoader object textEncodingOverride property.
    http://help.adobe.com/en_US/AIR/1.5/jslr/flash/html/HTMLLoader.html#textEncodingOverride

Maybe you are looking for