Table of Contents

Class ValueRangeCompiler

Namespace
Ubiety.Stringprep.Core
Assembly
Ubiety.Stringprep.Core.dll

Value range compiler.

public static class ValueRangeCompiler
Inheritance
ValueRangeCompiler
Inherited Members

Methods

Compile(List<int>[], IList<int>, IList<int>)

Compile tables.

public static int[] Compile(List<int>[] baseTables, IList<int> inclusions, IList<int> removals)

Parameters

baseTables List<int>[]

Base character tables.

inclusions IList<int>

Inclusion tables.

removals IList<int>

Removal values.

Returns

int[]

Compiled table.