From: Joel Holdsworth Date: Sat, 28 Dec 2013 08:03:48 +0000 (+0100) Subject: i2s_dump: Replace I2S with I²S X-Git-Tag: libsigrokdecode-0.3.0~173 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=f9c2aa723f5a5c0b7baca2dd5c8f9da92900fce6 i2s_dump: Replace I2S with I²S --- diff --git a/decoders/i2s_dump/pd.py b/decoders/i2s_dump/pd.py index d922a07..1661acb 100644 --- a/decoders/i2s_dump/pd.py +++ b/decoders/i2s_dump/pd.py @@ -25,9 +25,9 @@ import sys class Decoder(srd.Decoder): api_version = 1 id = 'i2s_dump' - name = 'I2S dump' - longname = 'I2S dump' - desc = 'Output decoded I2S data to a file.' + name = 'I²S dump' + longname = 'I²S dump' + desc = 'Output decoded I²S data to a file.' license = 'gplv2+' inputs = ['i2s'] outputs = []