~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to src/pkg/unicode/tables.go

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý, Ondřej Surý, Michael Stapelberg
  • Date: 2012-06-28 12:14:15 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120628121415-w1b0076ixkarr1ml
[ Ondřej Surý ]
* Imported Upstream version 1.0.2
* Update Vcs fields to reflect new git repository location
* Kill get-orig-source, since 1.0.0, the tarballs can be downloaded
  from webpage

[ Michael Stapelberg ]
* golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)
* Add manpages (Closes: #632964)
* Use updated pt.po from Pedro Ribeiro (Closes: #674958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2701
2701
        },
2702
2702
}
2703
2703
 
2704
 
// The following variables are of type *RangeTable:
 
2704
// These variables have type *RangeTable.
2705
2705
var (
2706
2706
        Cc     = _Cc // Cc is the set of Unicode characters in category Cc.
2707
2707
        Cf     = _Cf // Cf is the set of Unicode characters in category Cf.
4054
4054
        },
4055
4055
}
4056
4056
 
4057
 
// The following variables are of type *RangeTable:
 
4057
// These variables have type *RangeTable.
4058
4058
var (
4059
4059
        Arabic                 = _Arabic                 // Arabic is the set of Unicode characters in script Arabic.
4060
4060
        Armenian               = _Armenian               // Armenian is the set of Unicode characters in script Armenian.
5116
5116
        },
5117
5117
}
5118
5118
 
5119
 
// The following variables are of type *RangeTable:
 
5119
// These variables have type *RangeTable.
5120
5120
var (
5121
5121
        ASCII_Hex_Digit                    = _ASCII_Hex_Digit                    // ASCII_Hex_Digit is the set of Unicode characters with property ASCII_Hex_Digit.
5122
5122
        Bidi_Control                       = _Bidi_Control                       // Bidi_Control is the set of Unicode characters with property Bidi_Control.