Skip to content

Commit

Permalink
Latin 1 is *on* by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Nov 15, 2024
1 parent be9e7dc commit 8d7ba75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extras/testing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { ref, watch } from 'vue'
import QrCode from '../qrcode.vue'
const barcode = ref<string>('FO\xD6B\xC4R')
const latin1 = ref<boolean>(false)
const latin1 = ref<boolean>(true)
const error = ref<string>()
const data = ref<string | Uint8Array>()
Expand Down

0 comments on commit 8d7ba75

Please sign in to comment.