Skip to content

Commit 3d1436a

Browse files
committed
CHANGE: using lowercase in codec names (it looks better)
1 parent db5b44a commit 3d1436a

11 files changed

+19
-19
lines changed

src/mezz/codec-bbcode.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ bbcode: func [
426426
]
427427

428428
register-codec [
429-
name: 'BBCode
429+
name: 'bbcode
430430
title: "Bulletin Board Code"
431431
suffixes: [%.bbcode]
432432

src/mezz/codec-crt.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REBOL [
66
]
77

88
register-codec [
9-
name: 'CRT
9+
name: 'crt
1010
title: "Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile"
1111
suffixes: [%.crt]
1212
decode: wrap [

src/mezz/codec-der.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REBOL [
1717
]
1818

1919
register-codec [
20-
name: 'DER
20+
name: 'der
2121
title: "Distinguished Encoding Rules"
2222
suffixes: [%.p12 %.pfx %.cer %.der %.jks]
2323
decode: function[data [binary!]][

src/mezz/codec-gzip.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REBOL [
77
]
88

99
register-codec [
10-
name: 'GZIP
10+
name: 'gzip
1111
title: "Lossless compressed data format compatible with GZIP utility."
1212
suffixes: [%.gz]
1313
decode: function[data [binary!]] [

src/mezz/codec-image.r

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ REBOL [
1111
]
1212

1313
register-codec [
14-
name: 'ICO
14+
name: 'ico
1515
title: "Computer icons in MS Windows"
1616
suffixes: [%.ico]
1717

@@ -21,7 +21,7 @@ register-codec [
2121
]
2222

2323
register-codec [
24-
name: 'DNG
24+
name: 'dng
2525
title: "Digital Negative"
2626
suffixes: [%.dng]
2727
comment: {Decodes only thumbnail, not RAW data!}
@@ -32,7 +32,7 @@ register-codec [
3232
]
3333

3434
register-codec [
35-
name: 'DDS
35+
name: 'dds
3636
title: "DirectDraw Surface"
3737
suffixes: [%.dds]
3838

@@ -42,7 +42,7 @@ register-codec [
4242
]
4343

4444
register-codec [
45-
name: 'TIFF
45+
name: 'tiff
4646
title: "Tagged Image File Format"
4747
suffixes: [%.tif %.tiff]
4848

@@ -52,7 +52,7 @@ register-codec [
5252
]
5353

5454
register-codec [
55-
name: 'GIF
55+
name: 'gif
5656
title: "Graphics Interchange Format"
5757
suffixes: [%.gif]
5858

@@ -62,7 +62,7 @@ register-codec [
6262
]
6363

6464
register-codec [
65-
name: 'BMP
65+
name: 'bmp
6666
title: "Portable Bitmap"
6767
suffixes: [%.bmp]
6868

@@ -72,7 +72,7 @@ register-codec [
7272
]
7373

7474
register-codec [
75-
name: 'JPEGXR
75+
name: 'jpegxr
7676
title: "JPEG extended range"
7777
suffixes: [%.jxr %.hdp %.wdp]
7878

@@ -82,7 +82,7 @@ register-codec [
8282
]
8383

8484
register-codec [
85-
name: 'JPEG
85+
name: 'jpeg
8686
title: "Joint Photographic Experts Group"
8787
suffixes: [%.jpg %.jpeg]
8888

@@ -92,7 +92,7 @@ register-codec [
9292
]
9393

9494
register-codec [
95-
name: 'PNG
95+
name: 'png
9696
title: "Portable Network Graphics"
9797
suffixes: [%.png]
9898

src/mezz/codec-json.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ to-json: function [
450450

451451

452452
register-codec [
453-
name: 'JSON
453+
name: 'json
454454
title: "JavaScript Object Notation"
455455
suffixes: [%.json]
456456

src/mezz/codec-swf.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ import module [
12231223
]
12241224

12251225
register-codec [
1226-
name: 'SWF
1226+
name: 'swf
12271227
title: "ShockWave Flash"
12281228
suffixes: [%.swf]
12291229

src/mezz/codec-tar.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REBOL [
1717
]
1818

1919
register-codec [
20-
name: 'TAR
20+
name: 'tar
2121
title: "TAR File Format"
2222
suffixes: [%.tar]
2323

src/mezz/codec-wav.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ REBOL [
1515
]
1616

1717
register-codec [
18-
name: 'WAV
18+
name: 'wav
1919
title: "Waveform Audio File Format"
2020
suffixes: [%.wav %.wave]
2121

src/mezz/codec-xml.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ REBOL [
172172
;------------------------
173173

174174
register-codec [
175-
name: 'XML
175+
name: 'xml
176176
title: "Extensible Markup Language"
177177
suffixes: [%.xml %.pom]
178178

src/mezz/codec-zip.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ REBOL [
1515
]
1616

1717
register-codec [
18-
name: 'ZIP
18+
name: 'zip
1919
title: "ZIP File Format"
2020
suffixes: [%.zip %.aar %.jar %.apk %.zipx %.appx %.epub]
2121

0 commit comments

Comments
 (0)