Exemple #1
0
        public ConversionOptions()
        {
            this.IdentChars     = @"_A-Za-z\x80-\xA7\xE0-\xED";
            this.KeywordChars   = @"_A-Za-z\x80-\xA7\xE0-\xEB";
            this.printableChars = @"\x20-\x2F\x3A-\x7E\x80-\xFF";
            this.FileNameChars  = @"A-Za-z\x80-\xA7\xE0-\xED\d/\\.\-_+,\#$%{}[\]:@!~=";

            this.Magicness  = Magicness.Magic;
            this.IgnoreCase = false;

            this.NewLine = @"\n";
        }
Exemple #2
0
        public ConversionOptions()
        {
            this.IdentChars = @"_A-Za-z\x80-\xA7\xE0-\xED";
            this.KeywordChars = @"_A-Za-z\x80-\xA7\xE0-\xEB";
            this.printableChars = @"\x20-\x2F\x3A-\x7E\x80-\xFF";
            this.FileNameChars = @"A-Za-z\x80-\xA7\xE0-\xED\d/\\.\-_+,\#$%{}[\]:@!~=";

            this.Magicness = Magicness.Magic;
            this.IgnoreCase = false;

            this.NewLine = @"\n";
        }