Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Unicode conversion (attention all devs)
rickg22:
Files which include tinyxml.h (or have "tixml" in them) and need to be modified VERY CAREFULLY:
editorlexerloader.* (group 6)
ibaseloader.* (group7)
projectlayoutloader.* (i'm handling this one, and all group14 files)
projecttemplateloader.*
projectloader.*
msv7loader.* ( careful, zieQ!)
workspaceloader.* (group 16)
tiwag:
--- Quote from: rickg22 on August 04, 2005, 11:24:31 pm ---... get Code::Blocks branch VERSION_1_0 to work with unicode
--- End quote ---
You should TAG the current VERSION_1_0 branch in cvs before committing any unicode updates.
tiwag:
--- Quote from: rickg22 on August 05, 2005, 04:07:31 am ---And don't forget to test for single characters, too!
--- End quote ---
have you changed all
--- Code: ---char
--- End code ---
to
--- Code: ---wxChar
--- End code ---
???
or how did you proceed with the char's ?
David Perfors:
Update, I can't do anything (sorry) I am going away this afternoon, and I don't have my official development pc here at home. So I need to compile wxWidgets first which take a lot of time, and then I have to get the cvs version of C::B. Sorry, but I can't do anything.
Next week I have my own computer again, but I don't have internet connection. I will try to do download the cvs version of codeblock and take it with me to that pc, but I doubt if I could find the time to do something...
rickg22:
Nah, it's ok.
Oh yes, I searched the source code ant it appears there are no "char" types defined in the project, all are wxChar's (that's a good thing :) ).
Anyway, how are you guys doing in your progress?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version