My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 45: Unicode is not supported on set_description
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Enhancement
Priority-Low


Sign in to add a comment
 
Reported by ingenieroariel, Jan 17, 2009
What steps will reproduce the problem?
Using python
1. folder = kmldom.KmlFactory_GetFactory().CreateFolder()
2. folder.set_description(u'test')

What is the expected output? What do you see instead?
TypeError: in method 'Feature_set_description', argument 2 of type
'std::string const &'


What version of the product are you using? On what operating system?
0.6.1 on Ubuntu

Did you run the unit test suite that comes with the project? Did all tests
pass?
No, I just did 'make check' and it 'compiled.

Comment 1 by kml.bent, May 20, 2009
Only the byte-oriented encodings are supported in libkml at this time.
UTF-8, is the preferred way to encode unicode.
Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low
Sign in to add a comment