Opened 17 years ago

Closed 17 years ago

#2212 closed defect (fixed)

Need a msUTF8ToUniChar()

Reported by: dmorissette Owned by: dmorissette
Priority: normal Milestone: 5.0 release
Component: AGG Version: svn-trunk (development)
Severity: normal Keywords:
Cc: tbonfort

Description

The mapagg.cpp rendering implementation needs a function to convert UTF8 chars to Unicode (binary) values.

We have found Tcl_UtfToUniChar() at http://search.cpan.org/src/NI-S/Tk-804.027/pTk/mTk/tclGeneric/tclUtf.c that's a good candidate for this, and the license is compatible with MapServer's license: http://search.cpan.org/src/NI-S/Tk-804.027/pTk/mTk/license.terms

Attachments (1)

license.terms (2.2 KB ) - added by dmorissette 17 years ago.
license.terms from Tcl/Tk 8.4

Download all attachments as: .zip

Change History (4)

comment:1 by dmorissette, 17 years ago

Cc: tbonfort added
Owner: changed from tbonfort to dmorissette

comment:2 by dmorissette, 17 years ago

Status: newassigned

comment:3 by dmorissette, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed. Added msUTF8ToUniChar() (maptclutf.c) in r6493

I went back to the source and took tclUtf.c from the current Tcl/Tk 8.4 release at http://www.tcl.tk/software/tcltk/.

The source file includes reference to the origin of the source and a copy of its original license terms

by dmorissette, 17 years ago

Attachment: license.terms added

license.terms from Tcl/Tk 8.4

Note: See TracTickets for help on using tickets.