to-utf8

WebJar for to-utf8

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

to-utf8
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

to-utf8
WebJar for to-utf8
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/chrisdickinson/to-utf8

Скачать to-utf8

Имя Файла Размер
to-utf8-0.0.1.pom
to-utf8-0.0.1.jar 4 KB
to-utf8-0.0.1-sources.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/to-utf8/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>to-utf8</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/to-utf8/
implementation 'org.webjars.npm:to-utf8:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/to-utf8/
implementation ("org.webjars.npm:to-utf8:0.0.1")
'org.webjars.npm:to-utf8:jar:0.0.1'
<dependency org="org.webjars.npm" name="to-utf8" rev="0.0.1">
  <artifact name="to-utf8" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='to-utf8', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "to-utf8" % "0.0.1"
[org.webjars.npm/to-utf8 "0.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

to-utf8

given an integer-indexable input iterable, produce a utf8 string.

Build Status browser support

  var utf8 = require('to-utf8')

  var buf = new Buffer('淾淾淾 hello world 淾淾 yep ƒuu 淾', 'utf8')
  assert.equal(utf8(buf), buf.toString('utf8'))

api

utf8(iterable[, byteStart][, byteEnd]) -> string

take an iterable of bytes (0...0xFF) and produce an utf8 string.

license

MIT

Версии библиотеки

Версия
0.0.1