From 2ca2684ede50f145985ae147ca52aef27f7580b2 Mon Sep 17 00:00:00 2001 From: Yoshihisa Uchida Date: Wed, 14 Apr 2010 10:16:00 +0000 Subject: new text viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25644 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/textviewer/textviewer.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 apps/plugins/textviewer/textviewer.h (limited to 'apps/plugins/textviewer/textviewer.h') diff --git a/apps/plugins/textviewer/textviewer.h b/apps/plugins/textviewer/textviewer.h new file mode 100644 index 0000000..7c080f8 --- /dev/null +++ b/apps/plugins/textviewer/textviewer.h @@ -0,0 +1,30 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Gilles Roux + * 2003 Garrett Derner + * 2010 Yoshihisa Uchida + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#ifndef PLUGIN_TEXT_VIEWER_TEXTVIEWER_H +#define PLUGIN_TEXT_VIEWER_TEXTVIEWER_H + +/* UTF-8 BOM */ +#define BOM "\xef\xbb\xbf" +#define BOM_SIZE 3 + +#endif -- cgit v1.1