Add reference to SF patch.

This commit is contained in:
Martin v. Löwis 2002-08-12 11:43:56 +00:00
parent 37c17a6f32
commit 0e10364dc7
1 changed files with 5 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Restrictions
type and Py_UNICODE_SIZE to be 4. As the Windows API does not
accept 4 byte characters, the features described in this proposal
will not work in this mode so the implementation falls back to the
current 'mbcs' encoding technique. This retriction could be lifted
current 'mbcs' encoding technique. This restriction could be lifted
in the future by performing extra conversions using
PyUnicode_AsWideChar but for now that would add too much
complexity for a very rarely used feature.
@ -92,7 +92,10 @@ Restrictions
Reference Implementation
An experimental implementation is available from
http://scintilla.sourceforge.net/winunichanges.zip
[2] http://scintilla.sourceforge.net/winunichanges.zip
[3] An updated version is available at
http://python.org/sf/594001
References