The Encryption Template
Share
Explore
DB

icon picker
Character Mapping

These tables map individual characters to unique numbers.

✅ Up to date!

Duplication check passed. Cache is up to date.

Cache Char Mapping

Delete All Duplicates
0
Char Mapping
0


When users manually import individual characters on , we first check whether or not the character already exists before importing it into . If it DOES already exist, the user is displayed a notice telling them that the character couldn’t be imported. We use for this purpose.
Rejected by Importer
0

TEXT Char Mapping Cache
This text field caches all characters in . This is then stored on a row-level for each item in so that if new characters are added, no data corruption occurs. The row-level cache column is Char Set.

Moved to
VAR DateTime Char Mapping Cached
VAR DateTime Char Mapping Table Modified
VAR BOOL Char Mapping cache up to date
Stores a timestamp of when the text field TEXT Char Mapping Cache was last modified. We can use this to determine if the cache needs to be updated after modifications to the original table.

💾
5/3/2022 7:09:55 PM
cache date
📝
5/3/2022 7:09:42 PM
table modified
🔄
true
is cache up to date?

VAR BOOL Char Mapping table has duplicates
Will display giant warning at the top of this page if there’s a duplicate character.
Additionally, the duplicates will be highlighted in the Char Mapping table, and a filter will kick in such that only those duplicates are shown (all other characters will be hidden).

👬
false
are there duplicate characters in the table?

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.