Skip to content

Commit

Permalink
Rename internal utf8 utility
Browse files Browse the repository at this point in the history
This makes it possible for developers to use the `utf8` package from npm in combination with React Native.

Ref. mathiasbynens/utf8.js#17
  • Loading branch information
mathiasbynens committed Dec 11, 2017
1 parent ed2bfcb commit 427c33c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

'use strict';

const {encode} = require('../utf8');
const {encode} = require('../__utf8');

describe('UTF-8 encoding:', () => {
it('can encode code points < U+80', () => {
Expand Down
File renamed without changes.

0 comments on commit 427c33c

Please sign in to comment.