ECI (Extended Channel Interpretation)
<\/script>\n';
},
get iframeSnippet() {
const domain = 'qrcodefyi.com';
const type = 'entity';
const slug = '';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
A meta-mode that switches the character encoding interpretation for subsequent data segments. ECI allows QR codes to specify character sets beyond the default ISO 8859-1, such as UTF-8 (ECI 000026), Shift JIS (ECI 000020), or any of the 999,999 defined ECI values. The actual data is still encoded using one of the other modes.