-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICU stuff #115
Merged
Merged
ICU stuff #115
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
3cda4e7
start making a normalization tool
mr-martian c9170d0
move normalization to a different repo, simpler ICU check
mr-martian dda9502
missed a line
mr-martian 7a38b4e
makefile cleanup
mr-martian ad15367
the long march part 1
mr-martian 44ef72a
the long march part 2
mr-martian b99672a
the long march part 3 (compiles, but tests fail)
mr-martian c7208ea
lt-comp seems to be working now
mr-martian 2e9fac4
lt-print seems to be working
mr-martian 0624071
lt-proc (unweighted) working
mr-martian 3a6ab4d
all tests now pass
mr-martian ab3ecd0
add a non-BMP test
mr-martian 1679bb5
add the file used in the test :p
mr-martian ac7867f
use utf-32 sometimes and some type cleanup
mr-martian b5d6e07
utf-32 in monodix and some type cleanup
mr-martian 0eb748f
cleverness is to be avoided (investigating #85)
mr-martian 3e4bc43
yet more type cleanup
mr-martian 257d33c
finish eliminating wchar and make more use of helper functions
mr-martian eee5c37
no more need for windows compatibility header
mr-martian 4bd6719
get python bindings to compile
mr-martian 3f8cbb3
see if we can get the Travis tests working
mr-martian db59366
eliminate use of wide streams
mr-martian 3a293af
extracting string constants
mr-martian d6c16f9
don't need the whole converter for 1 codepoint
mr-martian 397a7f2
drop unused helpers, add copywrite headers, use _unlocked everywhere
mr-martian 6ee59d5
typo
mr-martian 8fca95e
blah
mr-martian e14b45b
ok fine, I'll put the tab back
mr-martian feb2f39
missed some bad casts
mr-martian 2d2abd8
typo
mr-martian ce3eb90
my continuing battle with indentation and yaml
mr-martian 8a7a0fc
.gitignore cleanup and darn it yaml!
mr-martian e317a78
assorted nits
mr-martian dd11193
helper functions for use in apertium
mr-martian 43e225b
more helper stuff
mr-martian 51b0651
add << UChar for newer g++ and switch << back to std::ostream
mr-martian d49b84b
another helper (not symmetric - should probably fix that)
mr-martian f7d6a4b
unbundle utfcpp
mr-martian e30103c
fix tests?
mr-martian 76d0bd1
typo in package name
mr-martian 7d9c359
try again
mr-martian 5360b40
it helps to edit the right test file
mr-martian 210c645
another helper (rather than define this in every repo)
mr-martian 62bb1df
move string_utils into lttoolbox and casehandle better
mr-martian 8d1b620
add caseless compare helper to replace (tolower(a) == tolower(b))
mr-martian 3c17f4c
move xml iterator to lttoolbox
mr-martian b342dcb
another helper
mr-martian b86d375
Merge branch 'master' into icu
mr-martian 129e45b
typo in merge
mr-martian 04d5a87
incorporate optimizations from #114
mr-martian d423e9a
small bugs
mr-martian 9b075d6
move constant initializers to header and make more use of helpers
mr-martian 2cc8be3
make to_ustring() use unsigned chars
mr-martian a2acea4
version bump
mr-martian 5bd42f2
final elimination of wide strings
mr-martian 96bab35
InputFile block reading should respect null flush
mr-martian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Future work: None of our codebases should have
.at()
.