Skip to content

Commit 94dc414

Browse files
authored
Merge pull request #437 from thekhalifa/fix-encoding-to-utf8
convert legacy encoding (ISO-8859) to UTF-8
2 parents e72986a + 455db37 commit 94dc414

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

examples/GUI/GTK+/combo_test.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
''
2-
'' combo box example, translated from an C example written by Özcan Güngör
2+
'' combo box example, translated from an C example written by Özcan Güngör
33
''
44
' Reviewed by TJF (2011)
55
' Details: http://developer.gnome.org/gtk/

examples/graphics/OpenGL/NeHe/lesson22.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ end sub
518518
''
519519
'' On http:'www.nvidia.com/marketing/Developer/DevRel.nsf/TechnicalDemosFrame?OpenPage
520520
'' You Can Find A Demo Called GL_BUMP That Is A Little Bit More Complicated.
521-
'' GL_BUMP: Copyright Diego Tártara, 1999.
521+
'' GL_BUMP: Copyright Diego Tártara, 1999.
522522
'' - diego_tartara@ciudad.com.ar -
523523
''
524524
'' The Idea Behind GL_BUMP Is, That You Compute The Texture-Coordinate Offset As Follows:

inc/X11/extensions/Xge.bi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'' FreeBASIC binding for libXext-1.3.3
22
''
33
'' based on the C header files:
4-
'' Copyright © 2007-2008 Peter Hutterer
4+
'' Copyright © 2007-2008 Peter Hutterer
55
''
66
'' Permission is hereby granted, free of charge, to any person obtaining a
77
'' copy of this software and associated documentation files (the "Software"),

inc/dos/sys/farptr.bi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
' Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
1+
' Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
22
' Copyright (c) 1995 DJ Delorie. Permission granted to use for any
33
' purpose, provided this copyright remains attached and unmodified.
44

55
' THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
66
' IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
77
' WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
88

9-
'ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
10-
'º Far Pointer Simulation Functions º
11-
'ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
9+
'+-----------------------------------------------------------------------+
10+
'| Far Pointer Simulation Functions |
11+
'+-----------------------------------------------------------------------+
1212
'
1313
'This file attempts to make up for the lack of a "far" keyword in GCC.
1414
'Although it doesn't provide access to far call APIs (like Windows), it

inc/gsl/gsl_complex_math.bi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'' based on the C header files:
44
'' complex/gsl_complex_math.h
55
''
6-
'' Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2007 Jorma Olavi Tähtinen, Brian Gough
6+
'' Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2007 Jorma Olavi Tähtinen, Brian Gough
77
''
88
'' This program is free software; you can redistribute it and/or modify
99
'' it under the terms of the GNU General Public License as published by

src/compiler/stabs.bi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const STAB_TYPE_M2C = 66 'Modula-2 compilation unit
1515
const STAB_TYPE_SLINE = 68 'Line number in text segment
1616
const STAB_TYPE_DSLINE = 70 'Line number in data segment
1717
const STAB_TYPE_BSLINE = 72 'Line number in bss segment
18-
const STAB_TYPE_BROWS = 72 'Sun source code browser, path to .cb file
18+
const STAB_TYPE_BROWS = 72 'Sun source code browser, path to '.cb' file
1919
const STAB_TYPE_DEFD = 74 'GNU Modula2 definition module dependency
2020
const STAB_TYPE_FLINE = 76 'Function start/body/end line numbers
2121
const STAB_TYPE_EHDECL = 80 'GNU C++ exception variable

0 commit comments

Comments
 (0)