[android-developers] Re: Apostrophe question

2008-12-24 Thread Mark Murphy
EvgenyV wrote: Some question regarding apostrophe as part of string-array items. I have string array defined as following: ?xml version=1.0 encoding=utf-8? resources string-array name=my_arry itemMen's info/item itemDummy info/item /string-array /resources In code I'm

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
Same result. On Wed, Dec 24, 2008 at 3:04 PM, Mark Murphy mmur...@commonsware.comwrote: EvgenyV wrote: Some question regarding apostrophe as part of string-array items. I have string array defined as following: ?xml version=1.0 encoding=utf-8? resources string-array name=my_arry

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
It's not related to string-array resource only. Same behavior is when I have read from resource string. On Wed, Dec 24, 2008 at 3:04 PM, Mark Murphy mmur...@commonsware.comwrote: EvgenyV wrote: Some question regarding apostrophe as part of string-array items. I have string array defined

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
More info Menapos;s --- lt; apos; quot; amp; gt; --- info working properly apos quot disappeared On Wed, Dec 24, 2008 at 3:25 PM, Evgeny V evgen...@gmail.com wrote: It's not related to string-array resource only. Same behavior is when I have read from resource string. On Wed, Dec

[android-developers] Re: Apostrophe question

2008-12-24 Thread Ernest
Hi, string-array name=my_arry itemMen \u0027 s info/item itemDummy info/item /string-array You could try the unicode value in string.xml On Dec 24, 9:43 pm, Evgeny V evgen...@gmail.com wrote: More info Menapos;s --- lt; apos; quot; amp; gt; --- info working properly

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
Great! Thank you very much! On Thu, Dec 25, 2008 at 3:11 AM, Ernest sunkil...@gmail.com wrote: Hi, string-array name=my_arry itemMen \u0027 s info/item itemDummy info/item /string-array You could try the unicode value in string.xml On Dec 24, 9:43 pm, Evgeny V