Re: [PHP] [ask] convert unknown Korean's string to readable string

2013-05-01 Thread Richard Quadling
On 30 April 2013 18:56, Morning Star wrote: > Hi Richard, > i am sure my KDE konsole is set to UTF-8. fortunately, i got a answer > from the Debian mailing list. someone told me to verify if i had > installed the ttf-baekmuk (Korean's font) or not. i see that it is not > install yet. i just insta

Re: [PHP] [ask] convert unknown Korean's string to readable string

2013-04-30 Thread Morning Star
Hi Richard, i am sure my KDE konsole is set to UTF-8. fortunately, i got a answer from the Debian mailing list. someone told me to verify if i had installed the ttf-baekmuk (Korean's font) or not. i see that it is not install yet. i just installed it and then i am able to view the Korean's font. Th

Re: [PHP] [ask] convert unknown Korean's string to readable string

2013-04-30 Thread Richard Quadling
On 29 April 2013 20:38, Morning Star wrote: > Thanks, Richard. It works in xterm, but it doesn't work in KDE konsole. > i don't know how to figure it out. help me > > Best regards, > > Marco > > On Mon, Apr 22, 2013 at 9:43 AM, Richard Quadling > wrote: > > > > On 18 April 2013 08:06, Morning St

Re: [PHP] [ask] convert unknown Korean's string to readable string

2013-04-29 Thread Morning Star
Thanks, Richard. It works in xterm, but it doesn't work in KDE konsole. i don't know how to figure it out. help me Best regards, Marco On Mon, Apr 22, 2013 at 9:43 AM, Richard Quadling wrote: > > On 18 April 2013 08:06, Morning Star wrote: >> >> $string = \uc548\ub155\ud558\uc138\uc694 > > >

Re: [PHP] [ask] convert unknown Korean's string to readable string

2013-04-22 Thread Richard Quadling
On 18 April 2013 08:06, Morning Star wrote: > $string = \uc548\ub155\ud558\uc138\uc694 outputs (at least for me) ... 안녕하세요 Based upon http://stackoverflow.com/questions/7274183/php-convert-unicode-to-character. Hope this helps. -- Richard Quadling Twitter : @RQuadling

[PHP] [ask] convert unknown Korean's string to readable string

2013-04-18 Thread Morning Star
Hi guys, i have a string like this: $string = \uc548\ub155\ud558\uc138\uc694 (Korean words that say "hello world" in English). i got no luck when I tried with Korean. 'UCS-2BE' to 'UTF-8' encoding conversion didn't work. i also tried with ISO-2022-KR and EUC-KR to 'UTF-8' , but no luck either. It