liuzhe02 / bigbluebutton

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

Internacionalization on User Name #484

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open bigbluebutton demo
2. On Name fill "César"
3. Inside the app we will see ugly characters on the é letter.

Original issue reported on code.google.com by ti...@imdt.com.br on 14 Apr 2010 at 6:44

GoogleCodeExporter commented 9 years ago
Hi Tiago,

It's a know issue that the API examples currently send data to BigBlueButton in 
UTF-8 (not UTF-16).  
bbb-web is also using UTF-8 internally.

We tried a few quick changes near the end of 0.64 release to try switching to 
UTF-16, but reverted them 
out of bbb-web and bbb-client as they needed more testing.

This is definitely something we want to do soon.  If you wanted to take a shot 
at converting it to UTF-
16 we would definitely support you.

Original comment by ffdixon@gmail.com on 14 Apr 2010 at 11:15