Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-06[mcs] Include more unicode categories in parsing identifier part character. ↵Marek Safar
Fixes #18229
2006-09-30* test-444.cs (Compiler options): Add. Ensure that the fileRaja R Harinath
compiles in non-UTF8 locales. * test-465.cs: Fix path. svn path=/trunk/mcs/; revision=66130
2006-09-05Converted source files to UTF-8 (without byte order mark). Use UTF-8 as the ↵Kornél Pál
default encoding for compilers. svn path=/trunk/mcs/; revision=64941
2005-08-252005-08-25 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
in mcs: * driver.cs : Use default encoding on the environment. Removed (now that) extra parameter for SeekableStreamReader. * support.cs : (SeekableStreamReader) third .ctor() argument for StreamReader is not required (always true). preamble size could be acquired in simpler and safe way. in tests: * test-444.cs : UTF-8 BOM autodetect test (for encoding detection patch). in class/corlib/System.Text: * UTF8Encoding.cs : (InternalGetChars/InternalGetCharCount): Don't exclude FEFF in the resulting text. in class/corlib/Test/System.Text: * UTF8EncodingTest.cs : added GetCharsFEFF(). in class/Managed.Windows.Forms: * Makefile : added /codepage:65001 (otherwise the build gets broken on KeyboardLayout.cs on some non-iso-8859-1 environment). svn path=/trunk/mcs/; revision=48826