~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/webkit/WebCore/platform/text/CharacterNames.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2007 Apple Inc. All rights reserved.
 
2
 * Copyright (C) 2007, 2009 Apple Inc. All rights reserved.
3
3
 *
4
4
 * Redistribution and use in source and binary forms, with or without
5
5
 * modification, are permitted provided that the following conditions
37
37
 
38
38
    const UChar blackSquare = 0x25A0;
39
39
    const UChar bullet = 0x2022;
 
40
    const UChar hebrewPunctuationGeresh = 0x05F3;
 
41
    const UChar hebrewPunctuationGershayim = 0x05F4;
40
42
    const UChar horizontalEllipsis = 0x2026;
41
 
    const UChar ideographicSpace = 0x3000;
42
43
    const UChar ideographicComma = 0x3001;
43
44
    const UChar ideographicFullStop = 0x3002;
 
45
    const UChar ideographicSpace = 0x3000;
 
46
    const UChar leftDoubleQuotationMark = 0x201C;
 
47
    const UChar leftSingleQuotationMark = 0x2018;
 
48
    const UChar leftToRightEmbed = 0x202A;
44
49
    const UChar leftToRightMark = 0x200E;
45
 
    const UChar leftToRightEmbed = 0x202A;
46
50
    const UChar leftToRightOverride = 0x202D;
47
51
    const UChar newlineCharacter = 0x000A;
48
52
    const UChar noBreakSpace = 0x00A0;
49
53
    const UChar objectReplacementCharacter = 0xFFFC;
50
54
    const UChar popDirectionalFormatting = 0x202C;
51
55
    const UChar replacementCharacter = 0xFFFD;
 
56
    const UChar rightDoubleQuotationMark = 0x201D;
 
57
    const UChar rightSingleQuotationMark = 0x2019;
 
58
    const UChar rightToLeftEmbed = 0x202B;
52
59
    const UChar rightToLeftMark = 0x200F;
53
 
    const UChar rightToLeftEmbed = 0x202B;
54
60
    const UChar rightToLeftOverride = 0x202E;
55
61
    const UChar softHyphen = 0x00AD;
56
62
    const UChar whiteBullet = 0x25E6;