package code93

import "git.sr.ht/~pingoo/stdx/barcode/code93"

Package code93 can create Code93 barcodes

Index

Constants

const (
	// Special Function 1 ($)
	FNC1 = '\u00f1'
	// Special Function 2 (%)
	FNC2 = '\u00f2'
	// Special Function 3 (/)
	FNC3 = '\u00f3'
	// Special Function 4 (+)
	FNC4 = '\u00f4'
)

Functions

func Encode

func Encode(content string, includeChecksum bool, fullASCIIMode bool) (barcode.Barcode, error)

Encode returns a code93 barcode for the given content if includeChecksum is set to true, two checksum characters are calculated and added to the content

Source Files

encoder.go

Version
v0.0.0-20240218134121-094174641f6e (latest)
Published
Feb 18, 2024
Platform
linux/amd64
Imports
4 packages
Last checked
4 months ago

Tools for package owners.