pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:45 by Martin Nilsson <nilsson@opera.com>
bd936525f57bf77f23afdc3cb68d91fe06dcf7dd (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Rewrite Locale.Charset to Charset
309:
//! control chars in ISO-8859-1). For instance, the euro currency //! sign is @expr{0x80@}. //!
-
//! You can use the @expr{mysql-latin1@} encoding in the
-
//!
@[Locale.Charset]
module to do conversions, or just use the
-
//!
special
@expr{"unicode"@} charset instead.
+
//! You can use the @expr{mysql-latin1@} encoding in the
@[Charset]
+
//! module to do conversions, or just use the
special
+
//! @expr{"unicode"@} charset instead.
//! //! @seealso //! @[get_charset], @[set_unicode_encode_mode], @[set_unicode_decode_mode]