Ticket #2212 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

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

Change History

Changed 6 years ago by dmorissette

  • cc tbonfort added
  • owner changed from tbonfort to dmorissette

Changed 6 years ago by dmorissette

  • status changed from new to assigned

Changed 6 years ago by dmorissette

  • status changed from assigned to closed
  • resolution set to fixed

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

Changed 6 years ago by dmorissette

license.terms from Tcl/Tk? 8.4

Note: See TracTickets for help on using tickets.