Skip to content

Commit

Permalink
Transfer the ANSI encoded files to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Jan 25, 2025
1 parent b1a082c commit c75f88d
Show file tree
Hide file tree
Showing 39 changed files with 526 additions and 526 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Most Active Developers:
Peder Blekken <[email protected]>
Morten Eriksen <[email protected]>
Lars J. Aas <[email protected]>
Frode �ijord <[email protected]>
Frode Øijord <[email protected]>
Frode Ingebrigtsen <[email protected]>
Marius Kintel <[email protected]>
Thomas Hammer <[email protected]>
�ystein Handegard <[email protected]>
Øystein Handegard <[email protected]>
Karin Kosina <[email protected]>
Tom Fredrik Klaussen <[email protected]>
Tamer Fahmy <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions README.UNIX
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ further input provided from people using Coin on AIX.
become way too large under many IRIX platforms.

(For more information, see the documentation of the "ncargs" kernel
variable in "Appendix A: Kernel tunable parameters" in IRIX 6.5
Admin: System Configuration and Operation, available online at
variable in "Appendix A: Kernel tunable parameters" in «IRIX 6.5
Admin: System Configuration and Operation», available online at
<URL:http://techpubs.sgi.com>.)

You can fix this problem once and for all by doing this as root
Expand Down
38 changes: 19 additions & 19 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Laurent Ach
Mark B. Allan
Gustavo Alvarez
George Alverson
Jahn Otto N�sgaard Andersen
Jahn Otto Næsgaard Andersen
Mark D Anderson
Erik Antelman
Amit Aronovitch
Expand Down Expand Up @@ -46,18 +46,18 @@ Bernard Cupic
Larry D'Cunha
David Daish
Konstantinos Dalamagkidis
Philippe Debann�
Philippe Debanné
Klaas Dellschaft
Gabriel Devenyi
Colin Dunlop
Christopher Dyken
Jean-Pierre Eckmann
Marc Eilhard
Volker Enderlein
P�l-Robert Engn�s
Pål-Robert Engnæs
Andreas Erz
Marco Esposito
Sven-K�re Evenseth
Sven-Kåre Evenseth
Tamer Fahmy
Nikolay Fedorov
Andrew Fischer
Expand All @@ -75,7 +75,7 @@ Brad Grantham
Adriaan de Groot
John Kenneth Milli Grytten
Philippe Guigue
Rico H�uselmann
Rico Häuselmann
Yvon Halbwachs
Nick Halper
Daniel Hams
Expand All @@ -87,10 +87,10 @@ Fernando Vega Higuera
David Himes
Heiko Hoffmann
Loring Holden
�ystein Hole
Øystein Hole
Falk Hueffner
Nicolas Hubschwerlen
Per �yvind Hvidsten
Per Øyvind Hvidsten
Lars Ivar Igesund
Peter Ivanyi
Gregor Jasny
Expand All @@ -114,10 +114,10 @@ Flo Ledermann
Kusnadi Liem
Frank Lindeman
Nathan Litke
Tarjei Kvamme L�set
Tarjei Kvamme Løset
Michael Mandel
Clemens von Mann
Ga�tan Marti
Gaëtan Marti
Roberto Martinez
Stefan Meinlschmidt
Stewart Milberger
Expand All @@ -127,13 +127,13 @@ Marius Bugge Monsen
Edward Moyse
Maciej Mrozowski
Nigel Murry
Juha M�kipelto
Juha Mäkipelto
Kevin Nolan
Robert Derek Norris
Peter O'Gorman
Johannes Obermayr
Ianna Osborne
Fran�ois Painchaud
François Painchaud
Alexey Pavlov
Jan Peciva, aka PCJohn
Piotr Pietraszkiewicz
Expand All @@ -145,9 +145,9 @@ Stefan Rauch
Petter Reinholdtsen
Bernhard Reitinger
Gerhard Reitmayr
S�ren Rex
Sören Rex
Markus Rickert
J�rgen Riegel
Jürgen Riegel
Felix Ritter
Steve M. Robbins
Eric Rose
Expand All @@ -160,11 +160,11 @@ Aleksandar B. Samardzic
Eigil Samset
Chris Scharver
Nico Schmidt
Florian Schr�cker
Florian Schröcker
Guenter Schwann
Rolv Inge Seehuus
Tor-Helge Skei
Ingve Morten Skj�ldal
Ingve Morten Skjældal
Arne Sletteng
Rob Smallshire
Dan Smith
Expand All @@ -178,14 +178,14 @@ Kjartan Stefansson
Dan Stewart
Jochen Stier
Christian Stussak
Jens Jacob St�ren
Jens Jacob Støren
Joachim Tesch
Sveinung Thunes
Kristofer Tingdahl
Trond Arild Tj�stheim
Trond Arild Tjøstheim
Vinh To
Jostein Topland
Morten J�ger Torkildsen
Morten Jæger Torkildsen
Rune Torkildsen
Nicolas Trebst
Lassi A Tuura
Expand All @@ -195,7 +195,7 @@ Parul Verma
Gerard Vermeulen
Christoph Vetter
Morten Vold
H. V�is�nen
H. Väisänen
Bernd Waibel
Alan Walford
Roy Walmsley
Expand Down
2 changes: 1 addition & 1 deletion build/msvc10/docs/coin4.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ TAB_SIZE = 8

ALIASES = "COININTERNAL=<em>This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.</em>\n\n" \
"DANGEROUS_ALLOC_RETURN=<b>Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you \e must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you \e will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes.</b>\n\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent The Inventor Toolmaker book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. (The Inventor Toolmaker is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent «The Inventor Toolmaker» book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. («The Inventor Toolmaker» is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"COIN_CLASS_EXTENSION=Be aware that this class is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"COIN_FUNCTION_EXTENSION=This function is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"WEB3DCOPYRIGHT=<b>The detailed class documentation is taken verbatim from the VRML97 standard (ISO/IEC 14772-1:1997). It is copyright The Web3D Consortium, and is used by permission of the Consortium:</b>\n\n" \
Expand Down
2 changes: 1 addition & 1 deletion build/msvc6/docs/coin4.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ TAB_SIZE = 8

ALIASES = "COININTERNAL=<em>This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.</em>\n\n" \
"DANGEROUS_ALLOC_RETURN=<b>Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you \e must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you \e will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes.</b>\n\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent The Inventor Toolmaker book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. (The Inventor Toolmaker is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent «The Inventor Toolmaker» book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. («The Inventor Toolmaker» is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"COIN_CLASS_EXTENSION=Be aware that this class is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"COIN_FUNCTION_EXTENSION=This function is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"WEB3DCOPYRIGHT=<b>The detailed class documentation is taken verbatim from the VRML97 standard (ISO/IEC 14772-1:1997). It is copyright The Web3D Consortium, and is used by permission of the Consortium:</b>\n\n" \
Expand Down
2 changes: 1 addition & 1 deletion build/msvc7/docs/coin4.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ TAB_SIZE = 8

ALIASES = "COININTERNAL=<em>This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.</em>\n\n" \
"DANGEROUS_ALLOC_RETURN=<b>Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you \e must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you \e will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes.</b>\n\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent The Inventor Toolmaker book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. (The Inventor Toolmaker is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent «The Inventor Toolmaker» book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. («The Inventor Toolmaker» is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"COIN_CLASS_EXTENSION=Be aware that this class is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"COIN_FUNCTION_EXTENSION=This function is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"WEB3DCOPYRIGHT=<b>The detailed class documentation is taken verbatim from the VRML97 standard (ISO/IEC 14772-1:1997). It is copyright The Web3D Consortium, and is used by permission of the Consortium:</b>\n\n" \
Expand Down
2 changes: 1 addition & 1 deletion build/msvc8/docs/coin4.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ TAB_SIZE = 8

ALIASES = "COININTERNAL=<em>This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.</em>\n\n" \
"DANGEROUS_ALLOC_RETURN=<b>Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you \e must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you \e will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes.</b>\n\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent The Inventor Toolmaker book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. (The Inventor Toolmaker is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent «The Inventor Toolmaker» book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. («The Inventor Toolmaker» is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"COIN_CLASS_EXTENSION=Be aware that this class is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"COIN_FUNCTION_EXTENSION=This function is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"WEB3DCOPYRIGHT=<b>The detailed class documentation is taken verbatim from the VRML97 standard (ISO/IEC 14772-1:1997). It is copyright The Web3D Consortium, and is used by permission of the Consortium:</b>\n\n" \
Expand Down
2 changes: 1 addition & 1 deletion build/msvc9/docs/coin4.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ TAB_SIZE = 8

ALIASES = "COININTERNAL=<em>This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.</em>\n\n" \
"DANGEROUS_ALLOC_RETURN=<b>Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you \e must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you \e will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes.</b>\n\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent The Inventor Toolmaker book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. (The Inventor Toolmaker is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"TOOLMAKER_REF=For extending the Coin library with your own classes, we strongly recommend that you make yourself acquainted with the excellent «The Inventor Toolmaker» book (ISBN 0-201-62493-1), which describes the tasks involved in detail. This book was written by the original SGI Inventor designers and explains many of the underlying design ideas, as well as having lots of hands-on examples on how to extend the Coin toolkit in ways that are true to the fundamental design ideas. («The Inventor Toolmaker» is also available at SGI's online library, at no cost. See <a href=http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0650&db=bks&docnumber=860-0107-002>Download The Inventor Toolmaker</a>.) Reading the sourcecode of the built-in classes in Coin should also provide very helpful.\n" \
"COIN_CLASS_EXTENSION=Be aware that this class is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"COIN_FUNCTION_EXTENSION=This function is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API.\n" \
"WEB3DCOPYRIGHT=<b>The detailed class documentation is taken verbatim from the VRML97 standard (ISO/IEC 14772-1:1997). It is copyright The Web3D Consortium, and is used by permission of the Consortium:</b>\n\n" \
Expand Down
6 changes: 3 additions & 3 deletions docs/ChangeLog.2000
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Adds dummy include files SoWinEnterScope.h and SoWinLeaveScope.h to
be sourcecode compatible with TGS' Inventor on MSWindows.

Problem reported by Jens Jacob St�ren.
Problem reported by Jens Jacob Støren.

2000-12-14 13:16 mortene

Expand Down Expand Up @@ -79,7 +79,7 @@
src/draggers/SoTranslate2Dragger.cpp,
src/nodekits/SoInteractionKit.cpp, src/nodekits/SoSeparatorKit.cpp:

Adds missing SoSubKit.h macros. Problem reported by Jacob St�ren.
Adds missing SoSubKit.h macros. Problem reported by Jacob Støren.

Converts use of SO_NODE_* macros to SO_KIT_* macros where
appropriate.
Expand Down Expand Up @@ -8144,7 +8144,7 @@
* include/Inventor/nodes/SoSwitch.h, src/nodes/SoSwitch.cpp:

Implemented the missing constructor (which takes a hint about the
number of children). Thanks to Jacob St�ren for pointing this out.
number of children). Thanks to Jacob Støren for pointing this out.

2000-05-11 14:38 mortene

Expand Down
8 changes: 4 additions & 4 deletions docs/ChangeLog.2002
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@

* AUTHORS:

added �ystein Handegard
added Øystein Handegard

2002-11-05 10:23 larsa

Expand Down Expand Up @@ -2911,7 +2911,7 @@
* src/nodes/SoIndexedFaceSet.cpp:

Bugfix. Need to call inherited::notify(), not SoNode::notify(). Bug
reported by Jacob St�ren.
reported by Jacob Støren.

2002-09-27 08:53 mortene

Expand Down Expand Up @@ -6980,7 +6980,7 @@

* THANKS:

Added Fran�ois Painchaud.
Added François Painchaud.

2002-07-15 13:30 larsa

Expand Down Expand Up @@ -10061,7 +10061,7 @@

* THANKS:

Adds Per �yvind Hvidsten for SoQt-build related bugfix.
Adds Per Øyvind Hvidsten for SoQt-build related bugfix.

2002-05-09 11:08 mortene

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
Surprisingly, when swapping "RotateDiscDragger" with "Sphere", the
error is correctly identified, and we get an

Expected '}'; got '' for Sphere
Expected '}'; got ' ' for Sphere

(This could however also be improved upon; we shouldn't just use
%c to print the faulty character, but print a hex code if outside
Expand Down
Loading

0 comments on commit c75f88d

Please sign in to comment.