Skip to content
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

Re: utf8 implementation: shared keys #555

Closed
p5pRT opened this issue Sep 20, 1999 · 2 comments
Closed

Re: utf8 implementation: shared keys #555

p5pRT opened this issue Sep 20, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Sep 20, 1999

Migrated from rt.perl.org#1405 (status was 'resolved')

Searchable as RT1405$

@p5pRT
Copy link
Author

p5pRT commented Sep 20, 1999

From The RT System itself

You could OR all the words up till the extra bytes at the end. Or
if you wanted to short circuit as soon as you found a bit, OR each
word with 0x80808080 as you go, and bomb out on the first non-zero.

But I still imagine it's best over the long haul to prejudice things in
favor of utf8.

Larry

@p5pRT
Copy link
Author

p5pRT commented Apr 22, 2003

@iabyn - Status changed from 'stalled' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant