to-utf8

WebJar for to-utf8

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

to-utf8
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

to-utf8
WebJar for to-utf8
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download to-utf8

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.0.1