[SOLVED]get ncmpcpp to display music tags with latin characters

ok; so i have a few mp3 with non-standard characters "e" with an accent, "a" with a squiggly, that sort of thing (sorry i don't know the actual names of those characters).
in ncmpc the names are displayed as like "Axe" or the copyright symbol and ncmpc throws up an error about 'unable to convert to ANSCII something or other...'; they looked much the same as the filenames were displayed in xterm (until i changed them).
ncmpcpp just doesn't show those titles at all; though, the files still play just fine.
i figured since i got these files from a windows friend, it was just something lost in translation; the other day however, i noticed amarok displays the titles correctly; moreover, i got conky to display the title names correctly with the "override_utf_locale yes" option
i've been through the wiki about locales... a few times... here's some output
$ locale
LANG=en_US.UTF-8
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C
$ locale -a
C
POSIX
en_US
en_US.iso88591
en_US.utf8
i have this in my .bashrc:
export LC_ALL=C
export LANG=en_US.UTF-8
i did this because any other "export LC_ALL" settings make certain gtk apps complain about "error setting locale... defaulting to C"; conky complains too
in the updated mpd.conf i found these two settings:
#filesystem_charset "UTF-8"
#id3v1_encoding "ISO-8859-1"
i've tried uncommenting as is and switching id3v1_encoding to UTF-8; neither fixes my ncmpcpp problem
would the mpd.conf settings help and what should i put in there
i'm english speaking in the US, is "LC_ALL=C" the correct export? if i use ISO... or UTF-8 which ISO, and is it quotes or no quotes in .bashrc?
the locale wiki wrote:For example you can use the en_US.iso8859 locale, though there is no advantage of using it.
what does that mean?
any help much appreciated
pat
edit: bahh, typos...
Last edited by brisbin33 (2009-01-24 01:56:10)

Chrysalis wrote:
Try without the export lines in bashrc, I am not sure what the purpose of those is with en_US. Xterm should have utf support but to be sure try uxterm or some other terminal.
Are the files on an ntfs partition by any chance? You have to mount it with a locale flag if so.
thanks for the reply; i remember now that xterm needs to be opened as uxterm or xterm -u8 but i hadn't done that at the time, i just noticed the actual filenames had odd characters so i used tab-completion to just rename them to conventional letter equivalents.
the files were copied _from_ an ntfs drive most likely, but they now reside on my ext3 partition.
i'll comment that LC_ALL line in .bashrc but i think i have to login/out for that to take affect right, there's no unexport command?
i do remember that i initially put in that LC_ALL=C export b/c w/o it, some programs would fail to open;
earlier today i changed to LC_ALL=en_US.utf8 and i didn't get any complaints starting any apps.  what did happen was ncmpcpp went from not displaying those affected track titles at all to displaying them incorrectly (bad characters and odd line-wrapping).
i think this may boil down to an id3v1 tag issue... it's pretty unimportant, just annoying

Similar Messages

  • OBIEE 11.1.1.6.2 Go Url pass filter with latin characters

    Hi all,
    I'm facing the following situation with obiee go url. It seems that obiee does not accept column names with latin characters (in this example the column name "Instalação"). The report simple ignores the filter and shows the output.
    I tried with another column without special characters and filter works correctly.
    Here is the example:
    http://localhost:9704/analytics/saw.dll?Go&Path=/Shared/Temp/Instalações&NQUser=weblogic&NQPassword=welcome&Action=Navigate&P0=1&P1=eq&P2=Contador.Instalação&P3=1+TESTE
    I also tryied the following with no sucess
    http://localhost:9704/analytics/saw.dll?Go&Path=/Shared/Temp/Instalações&NQUser=weblogic&NQPassword=welcome&Action=Navigate&P0=1&P1=eq&P2=Contador."Instalação"&P3=1+TESTE
    Can anyone help me?

    Hi Srini
    The file localechraractersetlist.xml already has the setting <characterSet name="utf-8" />
    My localecharactersetlists.xml looks like this.
    <?xml version="1.0" encoding="utf-8" ?>
    <!-- Preferred Character Sets for Languages and/or locales. -->
    <!-- Contents of this file are Copyright (C) 2001-2003 by Siebel Software, inc.
    and may not be in anyway used for any other product or purpose other than those
    of nQuire Software, inc. So there. -->
    <!-- Use the "language" attribute when referring to a group of locales (en, az, be)
    and the "locale" attribute when referring to a specific locale (en-US, fr-CA, cn-TW) -->
    <!-- The "title" attribute is for readability purposes only -->
    <!-- Character sets are listed in order of preference. -->
    <!-- Each character set label must be present in the "CharacterSetDefinitions.xml" file -->
    <sawl:localeCharacterSetLists xmlns:sawl="com.siebel.analytics.web.locale/v1" xmlns="com.siebel.analytics.web.locale/v1">
    <characterSetList name="locale:ar" title="Arabic">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-6" />
         <characterSet name="Windows-1256" />
         <characterSet name="ASMO-708" />
         <characterSet name="x-mac-arabic" />
    </characterSetList>
    <characterSetList name="locale:az" title="Azeri">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-5" />
         <characterSet name="Windows-1251" />
    </characterSetList>
    <characterSetList name="locale:be" title="Belarusian">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-5" />
         <characterSet name="Windows-1251" />
    </characterSetList>
    <characterSetList name="locale:bg" title="Bulgarian">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-5" />
         <characterSet name="Windows-1251" />
    </characterSetList>
    <characterSetList name="locale:ca" title="Catalan">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:cs" title="Czech">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-2" />
         <characterSet name="Windows-1250" />
    </characterSetList>
    <characterSetList name="locale:da" title="Danish">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
         <characterSet name="x-EBCDIC-DenmarkNorway" />
    </characterSetList>
    <characterSetList name="locale:de" title="German">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:el" title="Greek">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-7" />
         <characterSet name="Windows-1253" />
         <characterSet name="x-mac-greek" />
    </characterSetList>
    <characterSetList name="locale:en-us" title="English (United States)">
    <!--     <characterSet name="us-ascii" />-->
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" /> <!-- prefer the windows encoding as iso-8859-1 is less complete -->
         <characterSet name="iso-8859-1-ie" />
         <characterSet name="iso-8859-1" />
         <characterSet name="iso-8859-15" />
    </characterSetList>
    <characterSetList name="locale:en" title="English">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" /> <!-- prefer the windows encoding as iso-8859-1 is less complete -->
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
         <characterSet name="Windows-1252" />
    </characterSetList>
    <characterSetList name="locale:es" title="Spanish">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" /> <!-- prefer the windows encoding as iso-8859-1 is less complete -->
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:et" title="Estonian">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-4" />
         <characterSet name="Windows-1257" />
    </characterSetList>
    <characterSetList name="locale:eu" title="Basque">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:fa" title="Farsi">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1256" />
         <characterSet name="iso-8859-6" />
    </characterSetList>
    <characterSetList name="locale:fi" title="Finnish">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:fo" title="Faeroese">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:fr" title="French">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:hi" title="Hindi">
         <characterSet name="utf-8" />
    </characterSetList>
    <characterSetList name="locale:hr" title="Croatian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:hu" title="Hungarian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:hy" title="Armenian">
         <characterSet name="utf-8" />
    </characterSetList>
    <characterSetList name="locale:id" title="Indonesian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:is" title="Icelandic">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
         <characterSet name="x-mac-icelandic" />
    </characterSetList>
    <characterSetList name="locale:it" title="Italian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <!-- Note that Analytics does not support the visually ordered Hebrew code page iso-8859-8 (but does support the logically ordered iso-8859-8-i). -->
    <characterSetList name="locale:he" title="Hebrew">
         <characterSet name="utf-8" />
         <characterSet name="iso-8859-8-i" />
         <characterSet name="x-mac-hebrew" />
    </characterSetList>
    <characterSetList name="locale:ja" title="Japanese">
         <characterSet name="utf-8" />
         <characterSet name="shift_jis" />
         <characterSet name="euc-jp" />
         <characterSet name="csISO2022JP" />
         <characterSet name="x-mac-japanese" />
         <characterSet name="x-EBCDIC-JapaneseAndJapaneseLatin" />
    <characterSet name="x-EBCDIC-JapaneseAndKana" />
    <characterSet name="x-EBCDIC-JapaneseAndUSCanada" />
    <characterSet name="x-EBCDIC-JapaneseKatakana" />
    </characterSetList>
    <characterSetList name="locale:ka" title="Georgian">
         <characterSet name="utf-8" />
    </characterSetList>
    <characterSetList name="locale:kk" title="Kazakh">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1251" />
         <characterSet name="iso-8859-5" />
    </characterSetList>
    <characterSetList name="locale:ko" title="Korean">
         <characterSet name="utf-8" />
         <characterSet name="euc-kr" />
         <characterSet name="ks_c_5601-1987" />
         <characterSet name="x-EBCDIC-KoreanAndKoreanExtended" />
         <characterSet name="x-EBCDIC-KoreanAndKoreanExtended" />
         <characterSet name="x-EBCDIC-KoreanExtended" />
         <characterSet name="x-mac-korean" />
         <characterSet name="Johab" />
    </characterSetList>
    <characterSetList name="locale:lt" title="Lithuanian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1257" />
         <characterSet name="iso-8859-4" />
    </characterSetList>
    <characterSetList name="locale:lv" title="Latvian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1257" />
         <characterSet name="iso-8859-4" />
    </characterSetList>
    <characterSetList name="locale:mk" title="Macedonian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1251" />
         <characterSet name="iso-8859-5" />
    </characterSetList>
    <characterSetList name="locale:mr" title="Marathi">
         <characterSet name="utf-8" />
    </characterSetList>
    <characterSetList name="locale:ms" title="Malay">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:nl" title="Dutch">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:no" title="Norwegian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:pl" title="Polish">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:pt" title="Portuguese">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:pt-br" title="Portuguese (Brasil)">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:ro" title="Romanian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:ru" title="Russian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1251" />
         <characterSet name="iso-8859-5" />
         <characterSet name="x-mac-cyrillic" />
    </characterSetList>
    <characterSetList name="locale:sa" title="Sanskrit">
         <characterSet name="utf-8" />
    </characterSetList>
    <characterSetList name="locale:sk" title="Slovak">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:sl" title="Slovenian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:sq" title="Albanian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:sr" title="Serbian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1250" />
         <characterSet name="iso-8859-2" />
    </characterSetList>
    <characterSetList name="locale:sv" title="Swedish">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-15" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:sw" title="Swahili">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1252" />
         <characterSet name="iso-8859-1" />
    </characterSetList>
    <characterSetList name="locale:ta" title="Tamil">
         <characterSet name="utf-8" />
    </characterSetList>
    <characterSetList name="locale:th" title="Thai">
         <characterSet name="utf-8" />
         <characterSet name="x-EBCDIC-Thai" />
    </characterSetList>
    <characterSetList name="locale:tr" title="Turkish">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1254" />
         <characterSet name="iso-8859-3" />
         <characterSet name="iso-8859-9" />
         <characterSet name="x-mac-turkish" />
    </characterSetList>
    <characterSetList name="locale:tt" title="Tatar">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1251" />
         <characterSet name="iso-8859-5" />
    </characterSetList>
    <characterSetList name="locale:uk" title="Ukrainian">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1251" />
         <characterSet name="iso-8859-5" />
    </characterSetList>
    <characterSetList name="locale:ur" title="Urdu">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1256" />
         <characterSet name="iso-8859-6" />
    </characterSetList>
    <characterSetList name="locale:uz" title="Uzbek">
         <characterSet name="utf-8" />
         <characterSet name="Windows-1251" />
         <characterSet name="iso-8859-5" />
    </characterSetList>
    <characterSetList name="locale:vi" title="Vietnamese">
         <characterSet name="utf-8" />
    </characterSetList>
    <characterSetList name="locale:zh-tw" title="Chinese (Traditional / Taiwan)">
         <characterSet name="utf-8" />
         <characterSet name="big5" />
         <characterSet name="EUC-CN" />
         <characterSet name="gb2312" />
         <characterSet name="hz-gb-2312" />
         <characterSet name="x-mac-chinesetrad" />
    </characterSetList>
    <characterSetList name="locale:zh" title="Chinese (Simplified)">
         <characterSet name="utf-8" />
         <characterSet name="gb2312" />
         <characterSet name="hz-gb-2312" />
         <characterSet name="iso-2022-cn" />
         <characterSet name="EUC-CN" />
         <characterSet name="big5" />
         <characterSet name="x-mac-chinesesimp" />
    </characterSetList>
    </sawl:localeCharacterSetLists>

  • Display xml- tags with NULL - value

    Hello
    is there a way to display a tag while the value is null in this matter :
    select
    xmlforest(AFRAGNR_1, AFRAGNR_2 , AFRAGNR_3 ,AFRAGNR_4 )
    AS XML
    FROM VIEW_ABC WHERE x = v1 and y = v2
    -- result: :AFRAGNR_3 and AFRAGNR_4 is null and not displayed:
    XML
    &lt;AFRAGNR_1&gt;J&lt;/AFRAGNR_1&gt;&lt;AFRAGNR_2&gt;J&lt;/AFRAGNR_2&gt;
    -- by using this, its not the result I want to get,
    select
    xmlelement( "AFRAGNR_1" , AFRAGNR_1 ) AFRAGNR_1
    ,xmlelement( "AFRAGNR_2" , AFRAGNR_2 ) AFRAGNR_2
    ,xmlelement( "AFRAGNR_3" , AFRAGNR_3 ) AFRAGNR_3
    ,xmlelement( "AFRAGNR_4" , AFRAGNR_4 ) AFRAGNR_4
    FROM VIEW_ABC WHERE x = v1 and y = v2
    another way ?
    regards Norbert
    Edited by: astramare on Nov 20, 2008 12:32 PM

    I have the same problem:
    - I need to generate XML in format <element id="1" />
    - I need to pass some null values:
    SELECT XMLElement ( "ShipToAddress"
    , XMLAttributes ( customer_id as "CustomerNo"
    , '' as "Code"
    , substr(name,1,30) as "Name"
    , '' as "Name2"
    , substr(street||' '||house_nr,1,30) as "Address"
    , '' as "Address2"
    , city as "City"
    , last_name ||' '|| first_name as "Contact"
    , phone as "PhoneNo"
    , '' as "CountryCode"
    , fax as "FaxNo"
    , zip_cd||' '||postal_code_extention as "PostCode"
    , '' as "County"
    , email as "EMail"
    , website as "HomePage")) customer
    FROM customers;
    result should be:
    <ShipToAddress CustomerNo="100001004" Code="3" Name="4C
    Cons" Name2="" Address="Metrologielaan" Address2="" City="BRUSSEL" Contact="" PhoneNo="" CountryCode="BE" FaxNo="" PostCode="1130" County="" EMail="" HomePage="" />
    and NOT (this is my result at the moment):
    <ShipToAddress CustomerNo="100001004" Code="3" Name="4C
    Cons" Address="Metrologielaan" City="BRUSSEL" CountryCode="BE" PostCode="1130"></ShipToAddress>;
    Can someone help me with this please?
    Edited by: willeha on Mar 5, 2009 7:18 AM

  • Application Hudba (Music) problem with Czech characters

    Hello,
    I have problem with Czech characters for Music files copied into application "Hudba" all Czech letters (š,č,ť...etc.) are translated into Japonies letters (which I could not read at all). Could someone help please.
    Thanks

     You might to consider contacting the app developers http://talk.sonymobile.com/t5/Music/Walkman-Beta-Test/m-p/953659#U953659

  • Case Sensitivity Issue with Latin Characters

    Hi,
    The Latin Character that i am talking abt is "i",
    I am trying to provide in my application the support for Azeri-Latin(Turkish family) Characters,
    That is the display and the orientation of characters is perfectly fine throughout the flow of application.
    But now there is a problem when selecting a data from DB using like constraint in where clause... The issue has been elaborated below...
    From the set of characters there are two character in which i am facing Case Sensitivity issue...
    They are as,
    i ---> the capital of same is ---> İ
    ı ---> the capital of same is ---> I
    now in english character mapping,
    for i ---> the capital is ---> I
    So, this is creating an issue...
    Now the test i have done is as follows,
    I created a table as,
    Create Table CS
    CS1 VARCHAR2(20)
    Following is the data that is inserted in the table,
    Insert into CS values('İ');
    Insert into CS values('i');
    Insert into CS values('I');
    Insert into CS values('ı');
    now i am running the following query,
    Select * from CS where lower(CS1) like lower('%&a%');
    for characters "i","İ","I" it returns 3 rows, that are,
    i
    İ
    I
    and for character ı it only returns,
    ı
    ideally for characters "i" & "İ" should be mapped with each other and "ı" & "I" should be mapped with each other respectively.
    But that is not the case.
    I am using Oracle 10g
    my NLS_database_parameters are as follows,
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    NLS_RDBMS_VERSION     10.2.0.1.0
    and at client i m using,
    NLS_LANG = .AL32UTF8
    any help on this issue will be appreciated,
    Thanks & Regards,
    Pratik

    I'm not fully understand your question but I guess you may need to set up NLS_LANGUAGE, NLS_TERRITORY db parameters and client NLS_LANG.
    eg client NLS_LANG=TURKISH_AZERBAIJAN.AL32UTF8 and db parameters NLS_LANGUAGE=TURKISH, NLS_TERRITORY=AZERBAIJAN
    Full list of supported languages, locales see [Oracle® Database Globalization Support Guide local data subpage|http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/applocaledata.htm]
    or tip2: check this: ALTER SESSION SET NLS_COMP=LINGUISTIC;
    Edited by: Kecskemethy on Mar 24, 2009 3:14 AM
    or you need something like this:
    Example 5-16 Matching with the Base Letter Operator [==]
    Expression: r[[=e=]]sum[[=e=]]
    Matches:
    resume<<
    résumé<<
    résume<<
    resumé<<Oracle SQL syntax: SQL> SELECT col FROM test WHERE REGEXP_LIKE(col,'r[[=e=]]sum[[=e=]]');Edited by: Kecskemethy on Mar 24, 2009 3:20 AM

  • Problem with Latin Characters while transferring to the file

    Hi,
    I want to transfer the data to the file. But the problem i m facing is latin characters get converted to unwanted characters.
    If i use FM 'SCP_REPLACE_STRANGE_CHARS', it converts latin to english.
    But i want latin to be latin itself.
    Please help.

    hi..
    this has more to do with the conceppt of codepage of the system...that u r using..
    in some cases the development system is unable to recognise the local characters...and hence it prints junc characters....but wen u move the same to higher system...u can find the desired characters....
    Also try one thing ..log in in local (Latin Language ) and upload...even if it does not come in devlopment system...it will come in higher systems...
    Hope the above works...Reward points..if helpful...
    Edited by: Rudra Prasanna Mohapatra on Jul 3, 2008 1:27 PM

  • I need help getting my Thunderbolt display to work with Windows 7 through Bootcamp.

    I recently bought a thunderbolt display and it works great in my Mac environment.  But I recently added Bootcamp and Windows 7 (I need since my Broker Dealer only uses Internet Explorer).  Unfortunately, I can't seem to get Windows to recognize my Thunderbolt display.  Today, I spent 2 hours with a very kind advisor from Apple Support but we didn't have any success.
    Here's my setup:
    MacBook Pro (purchased new in 2011) with i7 processor
    Thunderbolt Display
    Lion OS (all updates installed)
    Bootcamp with Windows 7 Ultimate 64-bit (all updates installed)
    With the help of Apple Support, I downloaded and reinstalled (through the repair option) all the Bootcamp drivers.  I shut down my computer, plugged in the Thunderbolt display, turned it on and booted into Windows 7.  When the Windows Welcome screen appears, it shows on my Thunderbolt display for about 2-3 seconds.  But the thunderbolt quickly goes black.  My MacBook Pro changes to a 640x480 resolution and the Thunderbolt remains blacked out--with no signs of even a single flicker.  Once the computer finishes the start-up, my MacBook Pro remains in a 640x480 resolution, with no option to change the resolution (it's grayed out in Windows control panel).  If I unplug the Thunderbolt cable from my MacBook pro, the high resolution of my MacBook pro snaps back to normal.
    To me, this seems like some type of driver problem but I must be missing something simple because it appears that Thunderbolt works with Bootcamp and Windows 7--based on some of the readings I've found here in the Apple support community.  I'm most appreciative of anyone's help here.

    Moving the discussion to OnLocation
    Thanks,
    Atul Saini

  • Trying to get a 2nd display to work with my MacBook

    Hey,
    I have the late 2008 aluminium MacBook. I'm trying to use a 1440x900 monitor as an alternative display for it using a mini DisplayPort to VGA adapter. However, I can't seem to get it working. The monitor either just shows a stock background, or if I use mirroring, it drops the resolution to the same as my MacBook.
    Ideally, what I'd like to do, is use my magic mouse and keyboard plugged into my MacBook with the lid closed, but the display appearing on the bigger monitor. Can I do this?
    Thanks

    ScarboroughKID wrote:
    Hey,
    I have the late 2008 aluminium MacBook. I'm trying to use a 1440x900 monitor as an alternative display for it using a mini DisplayPort to VGA adapter. However, I can't seem to get it working. The monitor either just shows a stock background, or if I use mirroring, it drops the resolution to the same as my MacBook.
    Both is expected behaviour when using external display with your MAcBook.
    Ideally, what I'd like to do, is use my magic mouse and keyboard plugged into my MacBook with the lid closed, but the display appearing on the bigger monitor. Can I do this?
    Apple calls this closed clamshell mode. See here http://support.apple.com/kb/HT3131
    Thanks
    Regards
    Stefan

  • [SOLVED]Getting Conky to display Chinese

    How do I get my conky to display Chinese? I have some Chinese songs and the mpd thing in conky just shows the artist's names as boxes. I have scim pinyin installed, by the way.
    Also, on pypanel, it won't display the chinese fonts as well, though it displays the words correctly on the sonata program and title itself.
    Last edited by zephyrus17 (2008-10-15 14:46:35)

    It didn't work. Chinese fonts are still showing boxes and special characters. Here's my conkyrc, just for reference, with the mpd part at the bottom.
    ###Configuration###
    # maintain spacing between certain elements
    use_spacer right
    # set to yes if you want conky to be forked in the background
    background yes
    use_xft yes
    override_utf8_locale no
    # Xft font when Xft is enabled
    xftfont Sans-12
    #xftfont DejaVu Sans-8
    #xftfont wenquanyi-zenhei:size=8
    #xftfont DejaVu Sans Mono-8
    #xftfont Bitstream Vera Sans Mono:size=8
    #xftfont Andale Mono-9
    #xftfont Clean-8
    #xftfont cubicfive10:pixelsize=9
    #xftfont squaredance10:pixelsize=14
    #xftfont swf!t_v02:pixelsize=10
    # Text alpha when using Xft
    xftalpha 1
    mail_spool $MAIL
    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_type override
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # Minimum size of text area
    #minimum_size 1200 0
    #maximum_width 1490
    # Draw shadows for the text?
    draw_shades yes
    # Draw outlines that amplifies text?
    draw_outline no
    # Draw borders around text
    draw_borders no
    # Stippled borders?
    stippled_borders 0
    # border margins
    border_margin 0
    # border width
    border_width 0
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color DarkGrey
    color3 white
    color1 black
    color2 888888 #dark grey
    color3 CECECE #white-ish
    # Text alignment, other possible values are commented
    alignment tm
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment middle_right
    #alignment bottom_left
    # Gap between borders of screen and text
    gap_x 25
    gap_y 60
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    short_units 1
    ###End of configuration###
    # stuff after 'TEXT' will be formatted on screen
    TEXT
    ${font bulletballs aoe:size=17}b$font ${user_names}@$nodename
    ${font stylebats:size=17}2$font ${uptime}
    ${font stylebats:size=17}y$font ${battery_percent}%
    ${font stylebats:size=17}q$font ${ibm_temps 0}C
    ${font stylebats:size=17}p$font ${cpu cpu0}%
    ${font stylebats:size=17}h$font $memperc%
    ${font pizzadude bullets:size=17}r$font ${fs_used /}/ ${fs_size}
    ${font pizzadude bullets:size=17}z$font ${fs_used /home}/ ${fs_size /home}
    ${font pizzadude bullets:size=17}N$font ${upspeed eth0}kb/s
    ${font pizzadude bullets:size=17}T$font ${downspeed eth0}kb/s
    ${font WenQuanYi Zenhei:size=10}${mpd_artist}$font
    Last edited by zephyrus17 (2008-10-14 11:01:05)

  • [solved] Getting the mouse back to work with slim, openbox and tint2

    Hey guys,
    I did a fresh installation of Archlinux yesterday, installed firefox, thunderbird, steam and stuff and it all worked fine, until what I will explain next.
    My installation is slim + openbox + tint2.
    Nothing from the start is launched via ~/.config/openbox/autostart but everything I wanted to launch is launched via the ~/.xinitrc which looks like this:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    if which tint2 >/dev/null 2&1; then
    (sleep 2 && xcompmgr) &
    (sleep 2 && tint2) &
    fi
    xscreensaver -no-splash &
    nitrogen --restore &
    volumeicon
    nmapplet
    exec openbox-session
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    This is the status quo .xinitrc before there was
    case $1 in
    openbox|*)
    exec openbox-session;;
    esac
    instead of
    exec openbox-session
    with
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    and no predefined session, which worked very well.
    I did not touch the rc.xml until I wanted to make htop as my desktop background like descriped in here. https://wiki.archlinux.org/index.php/Op … background
    Yes, the idea with htop does not yet come from there and did not work out well. So I wanted to withdraw all these changes and found the desktop starting slower and without any working mice.
    I had deleted the entry at the rc.xml and the .Xdefaults file mentioned there.
    Status Quo is the .xinitrc given above, a reinstalled openbox with
    $ cp /etc/xdg/openbox/{rc.xml,menu.xml,autostart,environment} ~/.config/openbox
    , I also did not touch the tint2 and tint2config.
    So how do I get the mice working again?
    I would love to thank you for your help, I do not know what else I could do.
    tl;dr everything worked fine until I wanted to get a terminal as background.
    PS. This is my first installation of archlinux following the german beginners guide found here:
    https://wiki.archlinux.de/title/Anleitu … Einsteiger
    EDIT: Ok, I solved it by reinstalling and reconfiguring alls componoents up from the xorg-server. It works fine again now. Also I do not get WHY it did what it did.
    Last edited by rc0nnect (2013-08-31 08:52:47)

    With that TV, I believe the only audio output that it gives you is through the SCART connection. I might be wrong though. Does your stereo have a SCART connection? I've only worked with this connection once so I'm not completely farmilair with it but, I think this would be your best conneciton for audio. If your Stereo doesn't have this connection there are addaptors you can get. It's called is a Multi-AV SCART adaptor with input/output signal switch..... I think.

  • How can I get a dual display to work with Keynotes?

    I'm using an iMac 24" output to a projector. I want to have Keynotes presentation on the iMac mon while I demo with various softwares, iPhoto, on the projection screen. Basically, I want to run the Keynote presentation and forward the slides on the iMac24" as a reference to the demos I'm doing on the large screen.
    Keynotes does not seem to let me do that. It wants to take up both screens.
    Help is appreciated.

    You are right: When in the presentation mode, Keynote normally wants to use both screens, depending on your Keynote Preferences settings.
    Although I haven't tried this, the following procedure might be a way to accomplish what you want. It's worth a try, and at least it can do no harm.
    1) In Keynote /Preferences / Slideshow window, check the box "Allow Expose, Dashboard, and others to use screen. This lets other applications use the display on your computer while Keynote is in the Presentation mode.
    2) In the same menu, check the button "Present on primary display." This will put the presentation onto your iMac screen.
    3) In the Keynote / Preferences / Slideshow window, do NOT check the box "Use alternate display to view presenter information." This means that your slideshow will run, but you will not be able to see the "presenter information" to preview what's coming next. You'll need to run your slideshow by memory.
    4) The other applications you want to show on the projector (which you assign as the "alternate" display in the System Preferences / Displays menu) you will need to drag them over to that display before you launch the Keynote Presentation - just as you would do if you were using two monitors.
    Others have asked similar questions, so if this works, please let us all know. If you have to "fiddle" with it a bit, please let us know that too.
    Good luck.

  • How to get older Calendar display on iPhone with iOS 7.1.1?

    I find the new display of the Calendar on iPhone after upgrade to 7.1.1 absolutely impractical. I want to be able to see a whole day of appointments on the whole screen (with scrolling), rather than a view of the month at the top, and 3 lines of appointments at the bottom. Besides, entering a new appointment is now more difficult because scrolling the screen is sometimes impossible without altering what was just entered.
    Can I go back to the display I had before the upgrade? Thanks.

    No.
    Turn your iPhone in landscape mode to see 5 days at a time with scrolling up and down.
    I have no problem scrolling to another area when entering a calendar event altering what I have already entered.

  • Get the string between li tags, with regular expression

    I have a unordered list, and I want to store all the strings between the li tags (<li>.?</li>)in an array:
    <ul>
    <li>This is String One</li>
    <li>This is String Two</li>
    <li>This is String Three</li>
    </ul>
    This is what have so far:
    <li>(.*?)</li>
    but it is not correct, I only want the string without the li tags.
    Thanks.

    No one?
    Anoyone here experienced with Regular Expression?

  • [solved]get rid of th e "Proceed with installation? [Y/n]" promt.

    i don't want the above promt and want things to be installed automatically after i "pacman -S foo".
    cheers
    Last edited by Pratgeek (2011-02-11 14:51:13)

    Welcome to the forums. When looking for information, the first thing to look at would be the manual or man pages for the said app
    look at man pacman -- especially the flag called --noconfirm
    man pacman wrote:--noconfirm
    Bypass any and all "Are you sure?" messages. It's not a good idea to do this unless you want to run pacman from a script.

  • [solved] Getting a HUGE serial trackball to with with xorg!!

    I was just given this awesome Kensington Expert Mouse but it's serial-driven.  What do I do to make it work?
    Last edited by synthead (2008-04-12 16:13:11)

    Aha!  You just made me realize what I needed to do.  I put a new InputDevice entry in there, mapped to ttyS0, and it works!
    Here's what I did.  I added this to the InputDevice area:
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "SendCoreEvents" "true"
    EndSection
    And added this to my ServerLayout section:
    Section "ServerLayout"
    ... bunch of other stuff ...
    InputDevice "Serial Mouse"
    EndSection
    Wham - 1994 ftw!

Maybe you are looking for

  • Moved iTunes library to Time Capsule and now can't see music in iTunes

    G'day People I moved my iTunes library to my Time Capsule and pointed iTunes to the new location via Preferences - > Advanced. However, when I start up iTunes, it's empty. When I check the Preferences in iTunes, the location of the library is correct

  • 2048 errors

    I just upgraded qt-pro to the latest version and JUST purchased the mpg $20 component from Apple. Now I can read mpg files normal definition but any of my mpg 2 HD files (HDV 1080i - 60i) generate an "Error -2048: Couldn't open file XXXX because it i

  • How do I restore my Mac to 10.4.11 after a crash?

    I downloaded an old platform game--OS 8 or 9--and was happily playing along when I decided to switch the game to full screen, I was having so much fun. System crashed and now the Finder is 10.4.7 while all else appears to be 10.4.11. I now have a flo

  • E2000 Wireless Connection Problems PPPOE.

    I have verified my password and user name over and over. When I try to connect the Router to the internet I keep getting a error saying IP not given. How do I fix this? Solved! Go to Solution.

  • Parallel execution for Expression Filters

    I'm looking for any information on whether expression filters are amenable to parallel execution or not. I had a look through the documentation without success, and saw that in the type declarations for supporting objects there is no mention of DETER