improve unicode handling

Merged, abandoned or rejected pull requests are moved here to clear the main Pull Requests forum.
Post Reply
User avatar
shoogen
Veteran
Posts: 2823
Joined: Thu Dec 01, 2011 5:24 pm

improve unicode handling

Post by shoogen »

I'm not sure if this is a pure bugfix or not.
see also http://www.forum.freecadweb.org/viewtop ... =22&t=9542

The following changes since commit 65c56d0bd65bb0ec025627d72b95a8247a254327:

+support to write/read colors to/from OFF file (2015-02-02 09:59:02 +0100)

are available in the git repository at:

git://github.com/5263/FreeCAD dev-pythonunicode

for you to fetch changes up to 027ca42df6e70de50cbf436c28beeb607eb08fd6:

add encoding parameter to .as_std_string() (2015-02-02 10:43:24 +0100)

----------------------------------------------------------------
add encoding parameter to .as_std_string()

Code: Select all

 src/App/PropertyPythonObject.cpp        |    2 +-
 src/Gui/Application.cpp                 |   12 ++++++------
 src/Gui/ApplicationPy.cpp               |    2 +-
 src/Gui/View3DPy.cpp                    |   16 ++++++++--------
 src/Gui/ViewProviderPythonFeature.cpp   |   16 ++++++++--------
 src/Mod/Complete/Gui/AppCompleteGui.cpp |    6 +++---
 src/Mod/Robot/App/WaypointPyImp.cpp     |    4 ++--
 src/Mod/Start/Gui/AppStartGui.cpp       |    4 ++--
8 files changed, 31 insertions(+), 31 deletions(-)
prrvchr
Posts: 144
Joined: Sun Oct 05, 2014 7:38 pm
Location: France

Re: improve unicode handling

Post by prrvchr »

Hi Shoogen,

I could not acces to your link:
git://github.com/5263/FreeCAD dev-pythonunicode
I think it also addresses this problem.
viewtopic.php?f=22&t=9392&start=10#p77439
I try and I tell you ...
wmayer
Founder
Posts: 20203
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: improve unicode handling

Post by wmayer »

wmayer
Founder
Posts: 20203
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: improve unicode handling

Post by wmayer »

Merged.
Post Reply