zrevai / ps3mediaserver

Automatically exported from code.google.com/p/ps3mediaserver
2 stars 0 forks source link

[General] Russian-encoded text is incorrectly diplayed #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit web.conf
2. Enter TV station name
3. Use Russian input to specify folder using Russian language, e.g. 
videostream.Web,TV,Русское 
Телевидение=Вести,mms://video.rfn.ru/vesti_24,http://www.vesti.r
u/i/logo_ve
sti.jpg

What is the expected output? What do you see instead?
Expected that I'll see folder names in Russian when navigating in 
Playstation 3.  Instead it uses English Western-European charset and 
therefore cannot read in Russian.  Web.conf correctly shows Russian 
characters.

What version of the product are you using? On what operating system?
Windows XP 1.02.1

If you are transcoding a media file, which engine are you using (mencoder, 
avisynth/mencoder, tsmuxer?)N/A

If the media file is in error (or does not play flawlessly), what are the 
codec informations of this file (you can use following program: 
mediainfo.sourceforge.net) ? 

Please provide any additional information below and PLEASE JOIN debug.log 
file !!

Original issue reported on code.google.com by lv...@live.com on 18 Jan 2009 at 5:38

Attachments:

GoogleCodeExporter commented 9 years ago
did you try latest version ?
I think that should solve the issue

Original comment by ps3mediaserver@gmail.com on 23 Jan 2009 at 12:05

GoogleCodeExporter commented 9 years ago
I just tried 1.03 - still doesn't work.  I think the issue is that the web.conf 
file 
is saved as ANSI which only supports western european encoding only.  When I 
re-save 
as Unicode PMS does't even see it.  When I re-save as UTF-8 it does see it but 
cannot enterpret Russian charset correctly.  If your code supports Unicode 
strings 
then you probably just need to make sure you read conf files as unicode as well 
- 
otherwise everything is conferted to ANSI default charset.

Original comment by lv...@live.com on 4 Feb 2009 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by ps3mediaserver@gmail.com on 4 Feb 2009 at 6:11

GoogleCodeExporter commented 9 years ago
the WEB.conf file is read in UTF-8 since 1.04

Original comment by ps3mediaserver@gmail.com on 6 Feb 2009 at 10:12

GoogleCodeExporter commented 9 years ago
Confirmed - works.  Thanks!!

Original comment by lv...@live.com on 8 Feb 2009 at 2:56