Fixed: NameError: name 'locale_encoding' is not defined
File /bin/rst2html.py, line 17, in <module>
from docutils.core import publish_cmdline, default_description
File /usr/lib/python2.7/site-packages/docutils/core.py, line 20, in <module>
from docutils import frontend, io, utils, readers, writers
File /usr/lib/python2.7/site-packages/docutils/frontend.py, line 41, in <module>
import docutils.utils
File /usr/lib/python2.7/site-packages/docutils/utils/__init__.py, line 20, in <module>
import docutils.io
File /usr/lib/python2.7/site-packages/docutils/io.py, line 18, in <module>
from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput
File /usr/lib/python2.7/site-packages/docutils/utils/error_reporting.py, line 60, in <module>
codecs.lookup(locale_encoding or '') # None -> ''
NameError: name 'locale_encoding' is not defined
.. -*- coding: utf-8; -*-
=============
AT commands
=============
.. contents::
:local:
Spec
====
Nokia AT commands spec:
http://wiki.forum.nokia.com/index.php/Category:AT_Command
Nokia AT command spec
http://www.forum.nokia.com/info/sw.nokia.com/id/95672052-6c77-488d-a055-acef77e4cdc5/AT_Command_Set_For_Nokia_GSM_And_WCDMA_Products_v1_2_en.pdf.html
AT Command Set For Nokia GSM And WCDMA Products v1.2
Motorola AT commands spec:
* http://developer.motorola.com/docstools/developerguides/AT_Commands_Ref.pdf/
* http://developer.motorola.com/docstools/developerguides/C24_AT_Commands.pdf/
* http://developer.motorola.com/docstools/developerguides/G24-Lite_AT_Commands_Reference_Manual.pdf/
* http://developer.motorola.com/docstools/developerguides/G24_AT_Commands_Developer_Guide.pdf/
* http://developer.motorola.com/docstools/developerguides/iO270_Developer_Guide.pdf/