Damien George
1694bc733d
py: Add stream reading of n unicode chars; unicode support by default.
...
With unicode enabled, this patch allows reading a fixed number of
characters from text-mode streams; eg file.read(5) will read 5 unicode
chars, which can made of more than 5 bytes.
For an ASCII stream (ie no chars > 127) it only needs to do 1 read. If
there are lots of non-ASCII chars in a stream, then it needs multiple
reads of the underlying object.
Adds a new test for this case. Enables unicode support by default on
unix and stmhal ports.
2014-07-19 18:34:04 +01:00
..
2014-05-06 16:52:35 +00:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-06-21 22:43:22 +03:00
2014-05-07 17:24:22 +01:00
2014-05-03 23:27:38 +01:00
2014-07-03 13:25:24 +01:00
2014-07-05 23:54:03 +03:00
2014-07-05 23:54:03 +03:00
2014-07-03 13:25:24 +01:00
2014-07-09 19:28:24 +03:00
2014-05-03 23:27:38 +01:00
2014-06-11 19:55:46 +01:00
2014-07-09 19:28:24 +03:00
2014-05-03 23:27:38 +01:00
2014-07-09 19:28:24 +03:00
2014-05-12 22:35:37 +01:00
2014-07-03 13:25:24 +01:00
2014-07-12 15:57:28 +03:00
2014-06-21 22:43:22 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-12 23:11:14 +01:00
2014-07-17 12:37:56 +01:00
2014-07-03 13:25:24 +01:00
2014-06-30 05:17:25 +01:00
2014-07-17 20:45:58 +03:00
2014-05-03 23:27:38 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-03 23:27:38 +01:00
2014-07-03 13:47:47 +01:00
2014-07-03 13:47:47 +01:00
2014-07-03 13:47:47 +01:00
2014-06-21 22:43:22 +03:00
2014-05-03 23:27:38 +01:00
2014-06-07 07:06:18 +10:00
2014-06-21 22:43:22 +03:00
2014-07-03 13:25:24 +01:00
2014-07-12 15:57:28 +03:00
2014-06-07 13:14:45 +01:00
2014-07-02 13:42:37 +01:00
2014-06-27 21:02:04 +03:00
2014-06-21 22:43:22 +03:00
2014-06-21 22:43:22 +03:00
2014-07-03 13:25:24 +01:00
2014-06-21 22:43:22 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 18:09:36 +03:00
2014-07-09 19:28:24 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-06-22 01:40:45 +03:00
2014-05-03 23:27:38 +01:00
2014-06-22 01:40:45 +03:00
2014-05-12 00:13:10 +02:00
2014-05-03 23:27:38 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-17 21:56:32 +01:00
2014-05-03 23:27:38 +01:00
2014-07-03 13:25:24 +01:00
2014-05-11 02:27:42 +03:00
2014-05-03 23:27:38 +01:00
2014-07-03 13:25:24 +01:00
2014-06-20 18:00:23 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-03 23:27:38 +01:00
2014-06-20 18:00:23 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-03 23:27:38 +01:00
2014-05-03 23:27:38 +01:00
2014-07-03 18:09:36 +03:00
2014-07-03 18:09:36 +03:00
2014-07-03 13:25:24 +01:00
2014-05-17 11:20:10 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-03 23:27:38 +01:00
2014-05-03 23:27:38 +01:00
2014-05-24 23:03:12 +01:00
2014-05-21 19:42:43 +01:00
2014-05-22 00:32:00 +03:00
2014-06-01 13:32:54 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-06-01 13:32:54 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-05 05:55:00 +01:00
2014-05-03 23:27:38 +01:00
2014-05-11 18:37:21 +01:00
2014-05-03 23:27:38 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 13:47:47 +01:00
2014-05-03 23:27:38 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-06-07 09:16:42 +02:00
2014-07-09 19:28:24 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-11 00:06:36 +03:00
2014-06-21 22:43:22 +03:00
2014-05-21 20:32:59 +01:00
2014-06-01 13:49:35 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-06-21 22:43:22 +03:00
2014-05-03 23:27:38 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-01 02:14:08 +03:00
2014-07-01 02:14:08 +03:00
2014-07-19 18:34:04 +01:00
2014-07-13 23:14:32 +03:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-12 09:06:18 +02:00
2014-06-27 00:04:18 +03:00