From f9c2aa723f5a5c0b7baca2dd5c8f9da92900fce6 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 28 Dec 2013 09:03:48 +0100 Subject: [PATCH] =?utf8?q?i2s=5Fdump:=20Replace=20I2S=20with=20I=C2=B2S?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- decoders/i2s_dump/pd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = [] -- 2.30.2