Browse Source

Add reference to base64 encoding

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
402bcb83bc
  1. 2
      doc/api.markdown

2
doc/api.markdown

@ -60,6 +60,8 @@ strip the high bit if set.
* `'utf8'` - Unicode characters. Many web pages and other document formats use UTF-8.
* `'base64'` - Base64 string encoding.
* `'binary'` - A legacy encoding. Used to store raw binary data in a string
by only using the first 8 bits of every character. Don't use this.

Loading…
Cancel
Save