|
@@ -91,7 +91,7 @@ |
|
|
block discarded – undo |
|
91
|
91
|
|
|
92
|
92
|
// Greek word 'kosme'. NB: NOT a valid ISO8859 string! |
|
93
|
93
|
// NB: we can only register this when setting internal encoding to UTF-8, or it will break system.listMethods |
|
94
|
|
- "tests.utf8methodname." . 'κόσμε' => array( |
|
|
94
|
+ "tests.utf8methodname.".'κόσμε' => array( |
|
95
|
95
|
"function" => "\\exampleMethods::stringEcho", |
|
96
|
96
|
"signature" => exampleMethods::$stringecho_sig, |
|
97
|
97
|
"docstring" => exampleMethods::$stringecho_doc, |
Please login to merge, or discard this patch.