Windows Unicode Bug in most Addons

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #11
It doesn't only affect addon settings though (and an add-on needn't have any settings) - basically every string we pass to python is utf8.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
sphere Offline
Posting Freak
Posts: 781
Joined: Jul 2009
Reputation: 33
Location: Germany
Post: #12
So what is the "official recommended way"?

- Should we (addon-authors) fix this? (80% of all addons are at least affected by not working picture-path-joins)
- Ignore and add a FAQ entry to refer to "do not use windows user-names with special characters on win7 or use portable-mode instead"?
- Wait for a core fix? (I guess only for post eden)

regards,
sphere
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #13
Core fix is only post-eden, yes. Remember that it only affects paths per-se, so if you're writing to or reading from the filesystem then you'll want those paths handled. Depending on your add-on this may be minimal.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
sphere Offline
Posting Freak
Posts: 781
Joined: Jul 2009
Reputation: 33
Location: Germany
Post: #14
Sure, for my 6-8 add-ons it is easy and I know what to do - I was just thinking about the other add-ons. I guess most devs still don't know about this.

thanks
find quote
Post Reply